PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Need to show code snippet it either confirmation page and/or email

  1. Hi guys,
    I need to use your fantastic plugin to all users to customise a few basic things on some code for a widget (width, RSS address etc..)

    Only problem is I can't figure out how to get the code snippet to show up via the confirmation page and/or email - at the moment just the actual widget shows up.

    I have tried some of the usual tricks - the textarea brackets seems to be the closest, but it inserts line breaks in all over the place and breaks the code.

    I was then hoping if I could send just a plain text email that would work instead, but no luck so far.

    Any thoughts?

    Posted 13 years ago on Monday March 14, 2011 | Permalink
  2. The Confirmation Text field is auto-formatting any text entered into it. This is default behavior. We are going to look at making this optional, just like with the Notification Emails. This will be in the final 1.5 release which will be out very soon.

    To disable auto-formatting on Notification Emails there is a checkbox below the Message field that says "Disable auto-formatting". You want to check this option and it will disable the auto-formatting so you will have complete control of the HTML that is used.

    Posted 13 years ago on Monday March 14, 2011 | Permalink
  3. Hi Carl,

    Thanks for the reply.
    I tried checking the tickbox and resending and it still sends through the email as a HTML item, not plain text. Any way to make the email send as plain text?

    Thanks

    Posted 13 years ago on Wednesday March 16, 2011 | Permalink
  4. The checkbox only disable auto-formatting of the content so you have full control of the HTML. It always sends as HTML, there isn't currently a plain text option for the Notifications. It is a feature we plan on adding in the future, currently HTML emails are sufficient for the majority of our users which is why it has not been added yet... but we do plan on adding it later this year.

    The only way to do this now would be to edit the core plugin files and change the email type in the core plugin code. This would apply to all forms and you would not be able to use the {all_fields} variable because it outputs an HTML table of field values.

    Posted 13 years ago on Wednesday March 16, 2011 | Permalink