I am trying to create a form that has a product selection and quanity fields. My test one I was able to create the product category drop down list for selection, but don't know how to create a text field box next to the product selection through the phpform generator. Any suggestions, how I can accomplish this?
I tried to see if there were any examples of form ideas that could be created, and couldn't find any here.
I love the phpform generator by the way, have created many forms very quickly.
Pat :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Remember, the form interface (how the form looks like) is totally separate from how the form works. This feature means that the forms are highly customizeable. What you would do is this:
First, generate your form with two fields. One for the selection, and one for the quantity. You will end up with a form with the two fields on separate lines. But you can customize this. Just open up the form HTML file (its called form1.html) in your favorite HTML editor such as MS Frontpage. And then customize the look of your form... put the fields in any order you want. This will not affect the form's internals.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to create a form that has a product selection and quanity fields. My test one I was able to create the product category drop down list for selection, but don't know how to create a text field box next to the product selection through the phpform generator. Any suggestions, how I can accomplish this?
I tried to see if there were any examples of form ideas that could be created, and couldn't find any here.
I love the phpform generator by the way, have created many forms very quickly.
Pat :)
Remember, the form interface (how the form looks like) is totally separate from how the form works. This feature means that the forms are highly customizeable. What you would do is this:
First, generate your form with two fields. One for the selection, and one for the quantity. You will end up with a form with the two fields on separate lines. But you can customize this. Just open up the form HTML file (its called form1.html) in your favorite HTML editor such as MS Frontpage. And then customize the look of your form... put the fields in any order you want. This will not affect the form's internals.