Jump to content

Making Text Bigger In Capture Forms When First Name Variable Is Used


Lee C

Recommended Posts

Hi All

Just been watching video on Hornbill academy where i seen you can enter customer first name as a variable so it appears on the form as below, the lady doing the video looks to have copied and pasted the variable which shows something at the start and end of it that must make the text bigger but its blurred on video cant see it (see second screenshot of the variable used by lady in video, whats at the start and end of it please?

image.thumb.png.45acbe60f9ae6892ec1dcab248ab4476.png

 

image.thumb.png.540c92bce6f59fbbbb2f0522a29970e8.png

Link to comment
Share on other sites

Hi @Lee C,

What you saw in the video is a method used for text formatting. 
To make text appear as a heading as it appears in the video, we enclose it within '=' at the beginning and end. In the case of a variable like a customer's first name, it would look like this: =Hi {{user.fName}},=

Additionally, for emphasizing text, we use the following conventions:
To bold words, we enclose them within ''' at the beginning and end.
To italicize words, we use ''.

So, in summary, the syntax for formatting text is quite straightforward:

  • Heading: =Text=
  • Bold: '''Text'''
  • Italics: ''Text''

I hope this clarifies things for you!

  • Like 1
Link to comment
Share on other sites

6 minutes ago, Albina Bardhi said:

Hi @Lee C,

What you saw in the video is a method used for text formatting. 
To make text appear as a heading as it appears in the video, we enclose it within '=' at the beginning and end. In the case of a variable like a customer's first name, it would look like this: =Hi {{user.fName}},=

Additionally, for emphasizing text, we use the following conventions:
To bold words, we enclose them within ''' at the beginning and end.
To italicize words, we use ''.

So, in summary, the syntax for formatting text is quite straightforward:

  • Heading: =Text=
  • Bold: '''Text'''
  • Italics: ''Text''

I hope this clarifies things for you!

@Albina Bardhi was that you in the video? if so very impressed with the content and explanations, learned lots of things just off 1 course i had no clue about :)

Yes thanks so much it clarifies it a lot.

  • Like 1
Link to comment
Share on other sites

16 hours ago, Lee C said:

@Albina Bardhi was that you in the video? if so very impressed with the content and explanations, learned lots of things just off 1 course i had no clue about :)

Yes thanks so much it clarifies it a lot.

Yes, indeed! I'm the one behind the videos, but the voice you heard is actually generated by an AI 🙃. It's great to know that you found the content helpful and informative.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...