• Good afternoon! I added two arbitrary fields “Username” and “E-mail” and made them mandatory. The test results come to the mail. But there is no information from these arbitrary fields. Maybe I need to somehow configure the “Message” section in the “Administrative settings of mail”? Thanks in advance for the answer!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes I think there is a shortcode or token generated for each custom field and you need to paste that into the admin email template. Put that in the body of your email. You should see some kind of help panel near the custom field settings.

    Sorry I can’t be more precise but I’m going off memory here I don’t have a WP Pro Quiz site in front of me.

    Thread Starter vanderbolt

    (@vanderbolt)

    I can not understand what code to insert. Information there is not. I tried different options. I tried to insert the ID like this, but still it does not work.

    Name: $ ID # 0
    Phone: $ ID # 1
    Email: $ ID2

    Name: # 0
    Phone: $ # 1
    Email: $ 2

    Thank you for any help!

    If you have a test site and can email me a login I’ll take a look at what the format should be. I believe it’s something like {$1}? My email is “joel” at “goldhat.ca”.

    Thread Starter vanderbolt

    (@vanderbolt)

    Many thanks! I figured it out. Correctly like this:

    Name – $form{0}
    Phone – $form{1}
    Email – $form{2}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No information from arbitrary fields’ is closed to new replies.