This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Running the form . .. .
Started 12 years ago by scuc | 4 posts |
-
Can someone help me with this - I have created a form and want to run it.
We have a web site and in that site a 'sub-domain' called 'scucadmin.net' - within that sub-domain I have created a folder called 'marchforms' (that is where I installed the product). The form I created I named 'IC Employment' - now how do I run this form? I do not want it as a link on the web site I would like the user to enter: www.scucadmin.net/machform/{form name} - is this possible? If not, any suggestions on how to run it?
Posted 12 years ago # -
This works just fine - http://www.scucadmin.net/machforms/view.php?id=1
Posted 12 years ago # -
Thanks - can I assume the next form I creat will be '....id=2'? If not, how would I identify the form(s)? Also, where is the php form located?
Posted 12 years ago # -
can I assume the next form I creat will be '....id=2
The "ID" increments by 1 each time a new form is created, but be aware, that if you delete one, the number is not re-ordered. By default, forms are removed from the forms list, but are actually still kept in the database; they are not permanently deleted. There is an option to change this, but by default they are kept in the db, reason being that users in earlier versions accidentlaly deleted forms, and couldn't recover them easily.how would I identify the form(s)?
In the Admin area, you can identify the forms from the names you have called them. Normally you would put a form heading in each e.g. "Contact Us" (or whatever), and this name is shown in the Forms list. I think you can even add a "tag" in the latest version, that helps identify them also. This "tag" is separate from the form name. However, for your users, unless you actually send them the link, you have to know what the "ID" is, and that's usually visible in the web address bar in the browser, if you choose the "View" option from the Admin forms list.Also, where is the php form located?
The forms doesn't actually physically exist - they are generated each time the page/script is loaded. The forms's structure and design is stored in the database.Posted 12 years ago #
Reply
You must log in to post.