|
Post by Vohaul on Mar 20, 2013 5:09:42 GMT
Hey all,
Im now on to playing with forms...what i want is a booking page....ie people type in an info request within the site using text fields / etc. and it will email the results to an email of my choosing....
i was playing with the tutorial...but cant figure out how to get it to email the results somewhere....i suppose i could do a web object to another prebuilt form..but would love to do it from hippo....
Thanks
Paul
|
|
|
Post by Hippani on Mar 20, 2013 10:53:23 GMT
You need to write a server page for this. like ASP.NET or CGI or PHP that collects the submitted data and e-mails it. You can't do this sort of thing with HTML. Try searching google for instructions or ask somebody who knows how to program server pages.
|
|