Help needed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
newatthis
Forum Newbie
Posts: 1
Joined: Sun Oct 25, 2009 8:13 am

Help needed

Post 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:
midohioit
Forum Newbie
Posts: 18
Joined: Tue Dec 05, 2006 10:19 am

Re: Help needed

Post 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.
Post Reply