GetSimple Support Forum
Form Response Page woes - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Form Response Page woes (/showthread.php?tid=5092)



Form Response Page woes - ryunp - 2013-08-20

What is the best way to implement this functionality within GetSimple? It sounds really easy, but I've tried a few implementations without success - mainly templates, and components. I am not an experienced programmer by any means, but do know fundamentals fairly well.

I have a basic setup working on my current CMSless site: it's two php pages; response.php parses POST data from request.php's form. Email specs, links and information will change depending on certain selections from the form.

The response page currently has these steps:
  1. Capture form input data from POST
  2. Switch statement for setting certain display vars
  3. Build and sends email
  4. Displays HTML response

I just started using GS a few days ago and it's great! Now I need to go back to studying more programming, clearly Wink