I know some basic PHP, but never dealt with anything in regards to posting data.
We are emailing out an RSVP for an event that will collect basic information such as name, address, # of tickets etc. Would like to have this information stored in a CSV, then have them transfer to a thank you page afterwards. I know this probably isn’t super difficult, but I’m not sure where to start. Can someone point me in the right direction?
This kind of thing is sometimes better served by using a Google Docs Spreadsheet over the top of which you can create a form for your users to fill in.
You simply email them the link to the form, honestly, its laughably easy by comparison.
Hmm I think that will work, not sure if it gives you control over setting up a “thank you page”… Because after we collect the information, we need to redirect them to a page that has tickets that they can print out.
I would love to learn now to do the php/csv method, but don’t even know where to begin. I tried to google this but no luck.
This would work perfect, if only I could embed a link after the form is submitted. It does not accept HTML code Any idea if there is a way around this?