• My website has a quote request form built using Contact Form 7, and that dispatches an email via the WP SendGrid plugin. The templated email is dispatched successfully from SendGrid, but currently does not include the necessary form data.

    My question is: How can I pass form data from CF7 to Sendgrid? In CF7s template, I tried the following line in the “Additional Headers” section:

    substitutions:%first-name%=[first-name];%last-name%=[last-name];

    Note: %first-name% and %last-name% exist as the placeholder text in the SendGrid template.

    The above code does not work, but am I able to put text substitutions as a header like that? If this update needs to be made in PHP, should that live in the functions.php file? (I’m a front-end dev so I feel comfortable editing code, but have little WordPress/PHP experience).

Viewing 1 replies (of 1 total)
  • Anonymous User 12640152

    (@anonymized-12640152)

    Hello! Our Support team would be happy to assist you with this via our website. This forum is monitored but not an active support channel- our site allows you to contact Support directly. We apologize for the delayed response to your issue and would like to provide support as soon as possible.

    For assistance please contact SendGrid Support from the SendGrid Support Portal – https://support.sendgrid.com/. Click Login & Contact Support, and then Contact Support to see your support contact options. Paying SendGrid customers have the option to contact support via phone, chat, or by submitting a ticket using our web form. All SendGrid customers have the option to submit a ticket using our web form. Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Text substitutions for a SendGrid template (SendGrid WordPress + Contact From 7)’ is closed to new replies.