HTML Forms Advice
Posted: Wed Mar 26, 2008 12:10 am
I recently got pinged by High School acquaintances about a ten-year reunion that I won't be able to make it since it overlaps with a certain wedding I'm attending in August. However, they did ask me for web site help and I caved.
Creating a simple free googlepages site with good ol' HTML and CSS is a breeze, but they're also asking me questions about setting up a form to collect registration, survey, and payment (ideally PayPal) data that's beyond my area of expertise. Naturally, I googled up a storm (link) and quickly learned about HTML forms. Unfortunately, googlepages doesn't provide a simple server to post e-mail form data to an e-mail address, hence I'd need to use a service like JotForm or BraveNet.
I'm just wondering how other people handled this. The wedding in question recently set up an RVSP form which integrates with a php backend. This might be an opportune moment for me to learn how they did it.
Creating a simple free googlepages site with good ol' HTML and CSS is a breeze, but they're also asking me questions about setting up a form to collect registration, survey, and payment (ideally PayPal) data that's beyond my area of expertise. Naturally, I googled up a storm (link) and quickly learned about HTML forms. Unfortunately, googlepages doesn't provide a simple server to post e-mail form data to an e-mail address, hence I'd need to use a service like JotForm or BraveNet.
I'm just wondering how other people handled this. The wedding in question recently set up an RVSP form which integrates with a php backend. This might be an opportune moment for me to learn how they did it.