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

pre-fill data fields


  1. registermarketing
    Member

    I want to create a form that will allow user to see the existing data for a particular record and be able to correct this data if it is wrong. My plan is to have the updated data go into a second database or to email rather than cause a "live" update, so I can review the data for accuracy and revelancy before I update the original record.

    I am guessing that this is way more than the capability of machform, but I was hoping machform could at least make the form design portion simple.

    Posted 14 years ago #
  2. yuniar

    I'm afraid MachForm doesn't support this functionality. A submission can't be modified again by your users, only admin can do this.


    MachForm Founder

    Posted 14 years ago #
  3. elvar
    Member

    Is it possible to load form elements based on the url parameter?

    Basic html form can do this with the

    echo '<input type="text" name="name" value="'.$_GET['name'].'" />';
    echo '<input type="text" name="email" value="'.$_GET['email'].'" />';

    and the url

    index.php?name=MachForm&email=Mach@email.com

    How to do this with the MachForm form?

    Posted 14 years ago #
  4. elvar
    Member

    Hi,

    I just found the topic on that.

    http://www.appnitro.com/forums/topic/dynamic-content-php?replies=25

    Posted 14 years ago #

RSS feed for this topic

Reply