• Resolved rayjay

    (@rayjay)


    The contact form made with Fluent Form have option to text-transform to uppercase. so it’s all look good to the user however when an email notifiation and a PDF generated is sent to the user after Form submission it is all in lowercases.

    How can I keep the input data in uppercase in email and PDF doc?

    There is an option to add custom CSS and JS. For JS it says

    Custom Javascript

    Your additional JS code will run after this form initialized. Please provide valid javascript code. Invalid JS code may break the Form.

    The Following Javascript variables are available that you can use: $form: The Javascript (jQuery) DOM object of the Form

    • This topic was modified 2 years, 11 months ago by rayjay.
Viewing 1 replies (of 1 total)
  • Plugin Support Tahmid ul Karim

    (@tahmidulkarim)

    Hello @rayjay,

    Sorry for the delayed response. Can you please share a bit more details about the issue, maybe a few screenshots so we can understand the problem more clearly.

    If you want to manipulate the form submission data and make the submitted text upper case, then you would have to use custom codes for that. There are a few hooks that are triggered when a form is submitted. You can check our developer docs here.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘NO Uppercase styling in form when user get a copy by email and PDF generated’ is closed to new replies.