Custom Application Form

Permalink
Hello
I am building a custom application form for one of my clients. It is rather complex and I had to add javascript since some fields are to remain hidden unless certain other fields are selected.

Long story short, To make this all happen I built a form with all of the fields with the default form block and created a new template view.php. I replaced the php to generate the label and input fields and replaced it with the exact code I needed including all the styles so it would look how the client wanted. Everything works, it submits it to the database, and emails me to let me know that the form has been filled out.

Now here is the problem, the client wants to be able to edit certain drop-downs to add or remove options. The way it is coded it doesn't actually pull the options from the form. Is there a way to call all the options for Question30 etc?

Any help would be greatly appreciated!

 
stortzdesign replied on at Permalink Reply
Still havent been able to figure out a way to make this happen. Anyone have an idea? Or a better way to have built this?