• Resolved Patrick Horemans

    (@winock)


    Hi,

    I have 3 questions about the email that the forminator sends after filling in a form.

    the first question is whether it is possible to not make the labels bold in the email?

    the second question is very important in a project of mine, is it possible to put the entered value of a question in the email after the question, not below the question?

    and the last question, is it possible to designate a font in the email?

    I guess I can write a style in the email at the top, but don’t know which classes I need, and probably the biggest problem is the answer to question 2

    thanks for this great plugin!

    Patrick

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @winock !

    Hope you’re doing well today!

    the first question is whether it is possible to not make the labels bold in the email?

    the second question is very important in a project of mine, is it possible to put the entered value of a question in the email after the question, not below the question?

    In both cases here you can easily do that by using the macros for specific fields instead of the {all_fields} macro, so for example {number-1} etc. This way you can design the look of the email to match your needs.

    is it possible to designate a font in the email?

    That may be possible but it’s a bit of hit-or-miss still as emails don’t really support a lot of HTML features. You may try switching to the text mode and add inline styles like this:

    <p style="font-family: Times, serif;">Some text</p>

    External fonts won’t probably work – it’s similar to how images work, which are often blocked by default to prevent users from being tracked if they’ve opened the message. You will have the best results by using standard fonts and providing alternatives.

    Kind regards,
    Pawel

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @winock ,

    We haven’t heard from you for a while now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email wit values’ is closed to new replies.