Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    I haven’t looked at this in a while. Try changing line 35 in my example:
    $formData->posted_data[$fieldName] = $valueSelected;
    to
    $formData->posted_data[$fieldName . '_selected'] = $valueSelected;
    so that we are not overwriting the original field.

    Thread Starter Halex Productions

    (@halex-productions)

    Hi, I tried changing that line but still does not work.

    First I updated to the latest versions:
    WordPress 4.3.1
    Contact Form 7 Version 4.3
    Contact Form DB Version 2.9.13

    I think this will be a great feature to have as an option on the settings of your plugin.

    Would it be too much trouble for if when a pipe is detected, you will also save the [_raw_{field name}] to the database? So we get both sides of the pipe.

    Following are my results of several tries:

    If I use location_email on the form and “TO:” email then:
    The email address is show on the location_email field of the DB and nothing appears on the location field

    If I use location only on the form and use location_email on the TO for the email, then:
    The email gets an error and doesn’t get send. The DB do records the entry and the email address is show on the location_email field of the DB and nothing appears on the location field, same as above.

    If I use location only for both the form & email TO field then:
    only the email gets saved on the location field and the location_email is ignored. Same behavior as originally without this code.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CF7 Menus with Pipes Not Working’ is closed to new replies.