Can anyone point me in the right direction (if indeed it's possible) to achieve the following?
We have to (for the usual minimum cost!) set up a web site for a client where delegates to a conference will register for various functions/days.
Once registered they will be sent an e-mail detailing what they have "ordered" and this will be written to a database or flat file so that the web site owner can track who has "ordered" what.
However the client wants them to pay for their choices (different combinations will incur different charges) with a credit card.
OK we could set this up on a secure server but seeing as how the client already has an Actinic 6 site for other aspects of their business it would make sense to use that to process payments.
What I would like to do though is to have a form on the initial web site which would collect the data (e.g Attend Monday, Attend Tuesday,Attend social function Tuesday) and store these in variables which could be passed to a page in their actinic site so that the purchase form is populated without them having to re-enter all the details again.
Any ideas, particularly as to how to identify the form fields in the actinic site would be very welcome indeed.
Hope this makes sense.
Dave
We have to (for the usual minimum cost!) set up a web site for a client where delegates to a conference will register for various functions/days.
Once registered they will be sent an e-mail detailing what they have "ordered" and this will be written to a database or flat file so that the web site owner can track who has "ordered" what.
However the client wants them to pay for their choices (different combinations will incur different charges) with a credit card.
OK we could set this up on a secure server but seeing as how the client already has an Actinic 6 site for other aspects of their business it would make sense to use that to process payments.
What I would like to do though is to have a form on the initial web site which would collect the data (e.g Attend Monday, Attend Tuesday,Attend social function Tuesday) and store these in variables which could be passed to a page in their actinic site so that the purchase form is populated without them having to re-enter all the details again.
Any ideas, particularly as to how to identify the form fields in the actinic site would be very welcome indeed.
Hope this makes sense.
Dave
Comment