Well I do not call waiting for over 2 years for a script to be done to be in a hurry :(
I have a private site and I and I need to create a ( Private forum) not something online if you really want to speed up the development of this script which I think is very nice looking you should allow it to be downloaded your get a whole lot more feed back that way.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, this is a very basic feature that I truly hope the next version includes. Now, I'm not a code guru by any means, but I did figure a way to do this: Find in the code where the "Next" button is, and then add the following code before it:
Simply make sure that the page numbers used in that code reflect what page you are currently on and what page you wish to go back to. Note that I removed the validation check, since someone may not fill out the whole page before deciding to go back to the previous page.
To help see the whole picture, here is the BACK code with the FORWARD code:
Yeah, this is a very basic feature that I truly hope the next version includes. Now, I'm not a code guru by any means, but I did figure a way to do this: Find in the code where the "Next" button is, and then add the following code before it:
Simply make sure that the page numbers used in that code reflect what page you are currently on and what page you wish to go back to. Note that I removed the validation check, since someone may not fill out the whole page before deciding to go back to the previous page.
To help see the whole picture, here is the BACK code with the FORWARD code:
Yeah, this is a very basic feature that I truly hope the next version includes. Now, I'm not a code guru by any means, but I did figure a way to do this: Find in the code where the "Next" button is, and then add the following code before it:
Simply make sure that the page numbers used in that code reflect what page you are currently on and what page you wish to go back to. Note that I removed the validation check, since someone may not fill out the whole page before deciding to go back to the previous page.
To help see the whole picture, here is the BACK code with the FORWARD code:
- The best form creator & processor solution since 2003
Create any kind of web form in several mouse clicks! Generate a code that can be easily copied and pasted to any web page
- The best form creator & processor solution since 2003
Create any kind of web form in several mouse clicks! Generate a code that can be easily copied and pasted to any web page
Is it possible to add a feature to the form so that a sender can email a copy of the request to themselves.
Email a copy of this message to your own email address.
here is a link to a site that has this option
the user can click on a radio button and send a copy to their email address http://www.barix.com/contact/
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes it is possible to implement a check button that would send an email back to the form user but this is not a standard option in the phpFormGenerator.
Customization is simple PHP programming and is left to the user.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2010-02-19
Great product. It only took a little modifying to get what I wanted.
How can I password protect my admin page, so that no one else can delete records but me? I copied the admin page with the records display and took out the delete option, for public viewing of the retults of the survey. The only catch there is that I have to copy the data file from one place to another. But I don't do that until I've gotten the email with the data, so I can visual approve or not approve it.
Password protect your admin page by using the web account tools supplied by your web host. My web hosts use CPanel and there is a tool that allows me to password protect any folder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
Has anyone figured out the bug with making radio buttons required. Even though my radio buttons are created as being 'required' the form can still be submitted if they are unselected with no error prompt. Does the beta version fix this?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed the script on my server with simple scripts and it does not work at all. Not even past stage one. It asks for the number of fields and no matter what I enter it says the number is invalid.
Bizarre.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I do not call waiting for over 2 years for a script to be done to be in a hurry :(
I have a private site and I and I need to create a ( Private forum) not something online if you really want to speed up the development of this script which I think is very nice looking you should allow it to be downloaded your get a whole lot more feed back that way.
I'm new to phpformgen,
Can't seem to receive any emails from my form gen,
could your take a look?
http://newhome.t35.com/tmp/persistent/form148166/form.html
Also if running the install.php is the key, how to i get to do that?
Hey Guys check out this forum script has a very nice drag and drop interface
http://www.appnitro.com/
Dear friend:
How can I download version 3?
Thanks
Sergio
Yeah, this is a very basic feature that I truly hope the next version includes. Now, I'm not a code guru by any means, but I did figure a way to do this: Find in the code where the "Next" button is, and then add the following code before it:
<input type=button onclick="{ collapseElem('mainForm_2'); expandElem('mainForm_1'); movepage();}" class="mainForm" value="Back to page 2"/>;
Simply make sure that the page numbers used in that code reflect what page you are currently on and what page you wish to go back to. Note that I removed the validation check, since someone may not fill out the whole page before deciding to go back to the previous page.
To help see the whole picture, here is the BACK code with the FORWARD code:
<input type=button onclick="{ collapseElem('mainForm_2'); expandElem('mainForm_1'); movepage();}" class="mainForm" value="Back to page 2"/>;
<input type=button onclick="if (validatePage2()) { collapseElem('mainForm_2'); expandElem('mainForm_3'); movepage();}" class="mainForm" value="Go to page 4"/>;
I hope this helps.
Yeah, this is a very basic feature that I truly hope the next version includes. Now, I'm not a code guru by any means, but I did figure a way to do this: Find in the code where the "Next" button is, and then add the following code before it:
<input type=button onclick="{ collapseElem('mainForm_2'); expandElem('mainForm_1'); movepage();}" class="mainForm" value="Back to page 2"/>;
Simply make sure that the page numbers used in that code reflect what page you are currently on and what page you wish to go back to. Note that I removed the validation check, since someone may not fill out the whole page before deciding to go back to the previous page.
To help see the whole picture, here is the BACK code with the FORWARD code:
<input type=button onclick="{ collapseElem('mainForm_2'); expandElem('mainForm_1'); movepage();}" class="mainForm" value="Back to page 2"/>;
<input type=button onclick="if (validatePage2()) { collapseElem('mainForm_2'); expandElem('mainForm_3'); movepage();}" class="mainForm" value="Go to page 4"/>;
I hope this helps.
Yeah, this is a very basic feature that I truly hope the next version includes. Now, I'm not a code guru by any means, but I did figure a way to do this: Find in the code where the "Next" button is, and then add the following code before it:
<input type=button onclick="{ collapseElem('mainForm_2'); expandElem('mainForm_1'); movepage();}" class="mainForm" value="Back to page 2"/>;
Simply make sure that the page numbers used in that code reflect what page you are currently on and what page you wish to go back to. Note that I removed the validation check, since someone may not fill out the whole page before deciding to go back to the previous page.
To help see the whole picture, here is the BACK code with the FORWARD code:
<input type=button onclick="{ collapseElem('mainForm_2'); expandElem('mainForm_1'); movepage();}" class="mainForm" value="Back to page 2"/>;
<input type=button onclick="if (validatePage2()) { collapseElem('mainForm_2'); expandElem('mainForm_3'); movepage();}" class="mainForm" value="Go to page 4"/>;
I hope this helps.
Hey I don't know whats up with the multi-posting here… this was supposed to go on another post but it was dumped here. Ahg.
I couldn't create it… Message: Cannot create directory. Sorry
hi there
i have just the phpformgen to create a form that send the contents by email with an attachment.
the only problem is it doesn't appear to be sending the emails, the page loads and goes through to the other confirm.html all files are 755 and and the files folder as well files are here to so you can see to check code http://www.creativeappointments.co.uk/email/email.rar and the form is currently at http://www.creativeappointments.co.uk/email/form.html
i am new to this php coding so all help desperatly needed.
cheers
askdean
When will be able to download PHPFormGen v3.0
E-mail reply should be added. So, where the email field is it'll be in the header.
- The best form creator & processor solution since 2003
Create any kind of web form in several mouse clicks! Generate a code that can be easily copied and pasted to any web page
: http://phpforms.net
- The best form creator & processor solution since 2003
Create any kind of web form in several mouse clicks! Generate a code that can be easily copied and pasted to any web page
: http://phpforms.net
Is it possible to add a feature to the form so that a sender can email a copy of the request to themselves.
Email a copy of this message to your own email address.
here is a link to a site that has this option
the user can click on a radio button and send a copy to their email address
http://www.barix.com/contact/
Yes it is possible to implement a check button that would send an email back to the form user but this is not a standard option in the phpFormGenerator.
Customization is simple PHP programming and is left to the user.
Great product. It only took a little modifying to get what I wanted.
How can I password protect my admin page, so that no one else can delete records but me? I copied the admin page with the records display and took out the delete option, for public viewing of the retults of the survey. The only catch there is that I have to copy the data file from one place to another. But I don't do that until I've gotten the email with the data, so I can visual approve or not approve it.
Thanks.
http://wat.asiaeast.org/page.php?8
Password protect your admin page by using the web account tools supplied by your web host. My web hosts use CPanel and there is a tool that allows me to password protect any folder.
It's been coming up on 3 years, has the version 3.0 code got out of beta? I can't seem to find it anywhere
Thanks!
Hi guys,
Has anyone figured out the bug with making radio buttons required. Even though my radio buttons are created as being 'required' the form can still be submitted if they are unselected with no error prompt. Does the beta version fix this?
Thanks
The last post was dated 2007????
Since that date is there a newer version of phpFormGenerator?
pls help mi dont receive email when submit form, pls is urgent
http://mofusa.com/form/use/mofu1/form1.html
THNKS
Jose
Im new here..
How can we post a new question?
What i see here only question i did not see replies …
I have created a form using phpformgen 3 when i clicked submit i m redirected to a blank page :
http://algosaibisportcenter.com/tmp/persistent/form185670/processor.php
Anyone can help is highly appreciated.
I installed the script on my server with simple scripts and it does not work at all. Not even past stage one. It asks for the number of fields and no matter what I enter it says the number is invalid.
Bizarre.