Hey Guys,
Quick question for you. I haven't played around with forms too much in years, but I have a new challenge ahead of me. It should be fairly simple.
What I'm looking to do is have a form that asks my co-workers certain questions, and then takes that information and outputs it into basically a scripted (pre-typed paragraph) and just filles in the blanks. For example:
(the stars* being what the user will enter)
Technician name: *Bob
Server Status (offline/online): *online
After submitting that I would want it to be output like this:
"Hi there, my name is *Bob and after troubleshooting I have verified the status of the server to be *online."
Know what I mean? Basically I want to take user entered information (and in some cases a drop down box!) and have it output in a final paragraph. Of course this will be much more detailed.
This will be used for my personal use and my co-workers to quickly fill out standard forms and be able to generate the information in such a way we can cut/paste the output into a standard email for certain clients. Basically a template with our custom entered information.
It would save myself typing out the same stuff everyday for hours!
Suggestions? If there are any PHP scripts, or even HTML or software that will help me create these html forms, that would be AMAZING!
Thanks so much!