Page 1 of 1

Help needed

Posted: Sun Oct 25, 2009 8:26 am
by newatthis
Hi all,

Im out of my depth here, im new to PHP and have the following issue.

I have created a contact form selection page, where a user selects the style of form they would like to add to their website via the add a contact form page.

I have managed to correctly install the variable fields for menu and title, at the moment i am using an array to view my input into the text boxes, but i am unsure on how code the select drop down box which i am using for the user to select the form they would like to use.

The steps involved in selecting a form goes like this.
  • User goes to add form page (OK with this)
  • Adds Menu and title label and other info (OK with this)
  • **Selects style of form from drop down box
** This is where i need help i am unsure on how to add the form which is select from this drop down box onto a page, i was thinking i will need the forms in separate include folders and once selected have the selected field use a variable script to add the selected form to the template page.

I hope this makes sense and i can find the solution on in this blog. Thanks in advance :banghead: :banghead: :banghead: :banghead: :banghead: :banghead: :banghead:

Re: Help needed

Posted: Sun Oct 25, 2009 8:45 am
by midohioit
First thing you need to do is add your code so we can see it. make sure you include the

Code: Select all

tags in your post and put the code between it.  You can make the code tags by clicking on the code button above this section.