• Resolved mohsin1991

    (@mohsin1991)


    Hi there i am stuck in one problem recently i updated contact form 7 with wordpress version 4.5.2 i am using select to send email on desired select form drop down menu if user select sales email will be send to [email protected] , if user select General email will be send to [email protected] and so on here is how i am currently using on my backend form
    [select* your-subject “Sales|[email protected]” “General|[email protected]” “Looking for job”]
    on mail tab when i insert this tag on TO [your-subject] its giving me this error just below its field ” This field has syntax errors.” can anybody help me out as it was working great with previous plugin version

    Regards

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The "Looking for job" option has no pipe or email associated with it. e.g.

    "Looking for job|[email protected]"

    Thread Starter mohsin1991

    (@mohsin1991)

    thanks barnez i applied that and the error gone but before i was using with the same scenario and i need the same one the third option is only text and not referring to any email on that i have added js code by getting form id so that if user select “Looking for job” it will redirect to another page on site and it was working perfect before.so ow if i use the same one i,e
    [select* your-subject “Sales|[email protected]” “General|[email protected]” “Looking For Job”] it starts giving me error if i remove the 3rd option error gone why is it so..?

    I’ve no idea. Check your javascript. Try disabling all other plugins and switching to a twenty-something theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘giving error "This field has syntax errors." on select tag using pipelines’ is closed to new replies.