Lee C Posted April 15, 2024 Posted April 15, 2024 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?
Albina Bardhi Posted April 15, 2024 Posted April 15, 2024 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! 1
Lee C Posted April 15, 2024 Author Posted April 15, 2024 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. 1
Albina Bardhi Posted April 16, 2024 Posted April 16, 2024 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. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now