Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Following create a new Contact Form app instance and continue with the next step.

Create a mailing template

Navigate to … Go To Tools / Mailing Templates and create a new mailing email template prefillContactFormByMsgid according to your needs.

However, be sure to include a link pointing to the contact form page:

Codeblock
Plain text: <[FormularURL]?msgid={msgid}>
HTML: <a href="[FormularURL]?msgid={msgid}">Click here</a>

Enable prefill form option

Go to Tools / Apps / Contact Form , open the app instance and navigate to the contact form tab.

...

For the first test of this tutorial leave the behavior when wrong msgid option as it is.

Send a contact request

Go to your browser, call your website and navigate to your contact form.

...

Your webside should load with pre-filled contact form fields.

...

...

Send contact request with wrong msgid

Now manipulate the URL bei adding an A at the end of the msgid and press enter. Your contact form should now be loaded with empty fields because of the settings and the wrong msgid.

...