• Resolved magnitude

    (@magnitude)


    hello!
    form maker has been an all-round solution to my need and it’s working impressively, but there’s just one thing – mysql mapping. i’ve managed to make it work, except …
    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 curly brackets 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 nicely, except those those fields, which after posting a form just give zero value (well, bunch of zeroes for the date). 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 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘MySQL mapping’ is closed to new replies.