Need help with database

  • milbra
    Asked on May 10, 2014 at 6:02 AM
    Could you explain part of the code in the Thank You Page Wizard?  Are "name1" and "email21" the "Name" listed in Properties?  And are {name} and {email} the values to pass?
  • Ashwin JotForm Support
    Replied on May 10, 2014 at 7:44 AM

    Hello milbra,

    It seems this is related to the following thread:  http://www.jotform.com/answers/291296

    Yes your understanding is correct. Both are basically the field name only but if you add "{}" it will display the value of that field. The following guide should help you find the field name:  http://www.jotform.com/help/146-How-to-find-Field-IDs-Names

    Hope this helps.

    Do get back to us if you have any questions.

    Than you!

  • milbra
    Replied on May 10, 2014 at 9:37 AM

    So if the Properties for my Membership Field is:

    ID:        #input_11
    Name:   {membershipFee}

     

    I would use the following format for my "Redirect URL"?

    www.jotform.com/form/1234567890?membershipfee={membershipfee}

  • abajan Jotform Support
    Replied on May 10, 2014 at 10:27 AM

    Yes, that's correct. If you need additional help with this, please let us know.


    Thanks

  • abajan Jotform Support
    Replied on May 10, 2014 at 10:31 AM

    Actually, casing is important. It's {membershipFee}, not {membershipfee} (Note the uppercase "F".)