Menu

phpFormGenerator v3.0 demo site

Help
2007-06-14
2013-06-03
<< < 1 .. 13 14 15 16 17 18 > >> (Page 15 of 18)
  • Methen

    Methen - 2009-11-07

    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.

     
  • Mical

    Mical - 2009-11-14

    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

     
  • Mical

    Mical - 2009-11-14

    Also if running the install.php is the key, how to i get to do that?

     
  • Methen

    Methen - 2009-11-15

    Hey Guys check out this forum script  has a very nice drag and drop interface

    http://www.appnitro.com/

     
  • Anonymous

    Anonymous - 2009-12-03

    Dear friend:

    How can I download version 3?
    Thanks

    Sergio

     
  • Jake La Foret

    Jake La Foret - 2009-12-09

    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.

     
  • Jake La Foret

    Jake La Foret - 2009-12-09

    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.

     
  • Jake La Foret

    Jake La Foret - 2009-12-09

    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.

     
  • Jake La Foret

    Jake La Foret - 2009-12-09

    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.

     
  • Efecece Cece

    Efecece Cece - 2009-12-10

    I couldn't create it… Message: Cannot create directory. Sorry

     
  • Dean Saunders

    Dean Saunders - 2009-12-20

    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

     
  • Weston Burchett

    Weston Burchett - 2009-12-27

    When will be able to download PHPFormGen v3.0

     
  • Aaron Hardy

    Aaron Hardy - 2010-01-04

    E-mail reply should be added. So, where the email field is it'll be in the header.

     
  • Alex stoyv

    Alex stoyv - 2010-01-05

    - 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

     
  • Alex stoyv

    Alex stoyv - 2010-01-05

    - 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

     
  • ecptime

    ecptime - 2010-02-05

    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/

     
  • TNTEverett

    TNTEverett - 2010-02-05

    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.

     
  • Anonymous

    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.

    Thanks.

    http://wat.asiaeast.org/page.php?8

     
  • TNTEverett

    TNTEverett - 2010-02-19

    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. 

     
  • Shay Telfer

    Shay Telfer - 2010-02-22

    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!

     
  • Howard Canning

    Howard Canning - 2010-02-27

    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

     
  • Hassen Ladhibi

    Hassen Ladhibi - 2010-03-24

    The last post was dated 2007????
    Since that date is there a newer version of phpFormGenerator?

     
  • Jose Chaves

    Jose Chaves - 2010-03-24

    pls help mi dont receive email when submit form, pls is urgent
    http://mofusa.com/form/use/mofu1/form1.html
    THNKS
    Jose

     
  • Hassen Ladhibi

    Hassen Ladhibi - 2010-03-25

    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.

     
  • ThirstyJon

    ThirstyJon - 2010-04-05

    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.

     
<< < 1 .. 13 14 15 16 17 18 > >> (Page 15 of 18)

Log in to post a comment.