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 just text email

  1. myintamits
    Member

    Hi

    I just need ..after user submitting form, admin receives email with text only. How can i do that?

    Thanks

    Posted 12 years ago on Tuesday May 24, 2011 | Permalink
  2. Here's what you're looking for

    http://www.gravityhelp.com/forums/topic/html-being-sent-in-plain-text-clients#post-24402

    Posted 12 years ago on Tuesday May 24, 2011 | Permalink
  3. We are planning on adding an option to Notifications in Gravity Forms v1.5.3 to send emails as Plain Text instead of HTML. Until then you have to use the workaround described in the link Kevin linked to above.

    Posted 12 years ago on Tuesday May 24, 2011 | Permalink
  4. I use Tender App for client support, and even with the workarounds here on the forum, the HTML that lands in the email makes Gravity Forms unusable for this purpose. Is there another work around or a prerelease available. I just bought the developer license for this very purpose.

    Posted 12 years ago on Thursday May 26, 2011 | Permalink
  5. The only work around is to edit the common.php file and find the line that sets the sendmail as text/html and change it to text/plain and that will send the emails as plain. That change will impact ALL notifications sent from Gravity Forms.

    We will be adding a plain text option in the v1.5.3 release.

    Posted 12 years ago on Thursday May 26, 2011 | Permalink
  6. I made that change, then it sends in plain text, but is still fill of code.

    Posted 12 years ago on Thursday May 26, 2011 | Permalink
  7. Not sure if this is the same issue...

    But how do I get GF to send a respondable email?

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  8. @tadgill What is in your notification? If you are using the {ALL_FIELDS} merge code in your notification then that outputs HTML... so it's still going to have code.

    If you change the emails to plain text by editing the code you can't use the {ALL_FIELDS} merge code, you will have to manually create your notification email from scratch. The {ALL_FIELDS} merge code is a helper merge code that outputs an HTML table.

    When we implement the plain text email option we will also be enabling the use of the all fields variable so it outputs as plain text if plain text email is selected. That is one of the reasons this feature hasn't been added yet, it's more complex than just changing the header of the email to plain text, we have to think through the entire workflow and how it impacts things. So it's not a quick simple change. But we will be adding it as a feature in the 1.5.3 release.

    @ejarvi I'm not sure what you are referring to as far as a respondable email?

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  9. Oops. Nevermind, I figured it out. I set the From field as myself instead of the sender drop down.

    Thanks

    Posted 12 years ago on Friday May 27, 2011 | Permalink
  10. travisward
    Member

    Been waiting for plaintext emails for a while. Any guess when v1.5.3 might be available?

    Posted 12 years ago on Tuesday July 26, 2011 | Permalink
  11. This feature will be in v1.6 (we aren't releasing it as v1.5.3 anymore because it's too big) which should be available as a beta in August with a final release to follow. It's in development as we speak.

    Posted 12 years ago on Tuesday July 26, 2011 | Permalink
  12. myintamits
    Member

    i'm looking forward to seeing this feature for some reasons:

    1. all form submissions are routed to WHMCS as tickets, and they have a lot br tags in every field rows

    2. need to use {ALL_FIELDS} code since i have a form with many fields, it's hard to add one by one.

    3. And one problem, when i have a checkbox, there's no way to add just one checkbox field name to display all checked items in email notification. In "insert form fields"..it only displays all checkbox item names and i also have to add one by one...

    I did that by seperating every items with commas:

    Product: {A:8.7}, {B:8.8}, {C:8.9}, {D:8.10}

    So for example: if a checkbox has 4 items, A, B, C, D with A, C checked

    In my email it will display: Product: A, , C,

    Posted 12 years ago on Tuesday August 23, 2011 | Permalink
  13. @myintamits in Gravity Forms v1.6 there will be a merge tag for the checkbox field that will output all of the selected values as a comma delimited list when used.

    Posted 12 years ago on Tuesday August 23, 2011 | Permalink
  14. travisward
    Member

    What do we have to do to get our mitts on this 1.6 beta?

    Posted 12 years ago on Wednesday September 7, 2011 | Permalink
  15. It's available on the download page under Current Beta Release:

    http://www.gravityhelp.com/downloads/

    Posted 12 years ago on Wednesday September 7, 2011 | Permalink
  16. travisward
    Member

    Still excited to send text emails... could really use this.

    Posted 12 years ago on Friday October 28, 2011 | Permalink
  17. It's built in to 1.6 which is slated for release next week. If you'd like to try it now, feel free to install the 1.6rc5 release and test it out. The final version of the plugin will be out very soon.

    Posted 12 years ago on Friday October 28, 2011 | Permalink

This topic has been resolved and has been closed to new replies.