We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30912
    • 463 Posts
    So i'm stumped here, I have a formit call which submits a form to the database, It submits all of the data apart from 2 news fields in the database which I have added.

    I;ve used the &parseSchema=`1` as well but its still not submitting

    my call is:

    [[!FormIt?
    &hooks=`spam,email,formit2db,redirect`
    &emailSubject=`Fast Question`
    &preHooks=`db2formit`
    &prefix=`cont_`
    &packageName=`contact_fast`
    &tablename=`fast_form`
    &emailTpl=`FastQuestionResult`
    &emailTo=`[email protected]`	    
    &redirectTo=`341`
    &submitVar=`fastqsub`
    &validate=`workemail:blank,fastq_name:required,fastq_surname:required,fastq_email:email:required,fastq_text:required`
     
    ]]


    any ideas what im missing? cos i've cleared the cache before and after parsing the schema but still inserting blank.

    Thanks
      • 4172
      • 5,888 Posts
      did you add new fields to your schema?

      try to use MIGXdb's package-manager to add the new created fields to your map-files and to your table.
      fill out the field 'packagename' and use the 'add fields' tab/button
        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 30912
        • 463 Posts
        Thanks Bruno,

        Worked like a charm - i'll remember that trick