• Resolved sushrutdeshpande

    (@sushrutdeshpande)


    Hi,
    I am using a form maker plugin to create forms, by default form field values, get saved into a form maker database table.
    I want to save values in one of the tables I have created. I have gone through documentation, where settings->mysql mapping option is given, but I am unable to find it out.

    Could you please help me out with this.

    Thanks and Regards
    Sushrut Deshpande.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello Sushrut,

    Thanks for your inquiry.

    Dear user, I have made a small screen video to show where MySQL mapping is located and how you can connect certain database table with form fields.

    Please let me know if you’ll have any further inquiries.

    hello!
    i’ve managed to make it work, somewhat …
    this is the query:

    INSERT INTO wp_blahblahblah (group_id, form_id, form_name, number_of_answers, answer, user_id_wd, username, date) VALUES (“{subid}”, “”, “{12}”, “{17}”, “{3}”, “{userid}”, “{username}”, “”)

    numbers in parenthesis are obviously custom form fields. however, there’s simply no way to populate “form_id” and “date” columns in my table (everything else gets in). i’ve tried with blank values (“”), and then everything i could’ve think of, like {form_id}, {id}, {date}, {form_date} – to no avail. what am i missing? help, please …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MYSQL Mapping with Form Maker’ is closed to new replies.