This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Prob a stupid question
Started 14 years ago by rfulgoni | 5 posts |
-
How do I edit my forms directly to install some code? I use dreamweaver. I'm looking on the forum here but don't to find the topic.
Posted 14 years ago # -
It depends what kind of code you are trying to install?
Try taking a look at the includes/view-functions.php file
Posted 14 years ago # -
OK Maybe I should have been more clear. I have multible forms on my site. Each for a differant purpose. I would like to make one form that has check boxes that have an image next to each check box. Would also like to be able to place the number box next to them if possible. Basicly a customer would click the check box indicating that they have that item and then place an amount next to it. IE I own a window cleaning company and need to know how many windows of a certain type they have.
I have enough html experience and have dealt with php enough to understand what's going on. From the examples I am reading it looks as though the solutions are for all the items offered when building a form. IE if I want to place an image next to a check box or radio button once I change the code it will change in all the forms I have created that contain a checkbox or radio button.
Is there a single page that is created once I make my form that I can go an edit directly?
Posted 14 years ago # -
MachForm doesn't generate separate file for each of your form, since all your forms are being handled dynamically on the fly.
Thus there is no single page which you can modify for each of your form.
If you need to add images next to your checkboxes, simply insert the HTML tag for the image into your checkbox options.
MachForm Founder
Posted 14 years ago # -
Worked out perfect. Thanks very much.
Posted 14 years ago #
Reply
You must log in to post.