2013-08-20, 13:49: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:
I just started using GS a few days ago and it's great! Now I need to go back to studying more programming, clearly
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:
- Capture form input data from POST
- Switch statement for setting certain display vars
- Build and sends email
- 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