Flag Emojis And Custom Font Styles For Form Templates On The Mobile App

This guide will explain how to use flag emojis and custom styles for form templates on the mobile app.

We will use flag emojis in the Form title and will style our form templates on the mobile app using CSS code.

Use Emoji flags in your Form title.

image

Go to the Setup page:

Click the down arrow next to your name on the Formyoula web app and then click “Setup”.

Or use this link to go to the Setup page directly - https://app.formyoula.com/setup/account

image

Paste the code on Mobile Footer.

image

Please use this code:

<style>
  .template_list .list-group-item {
    color: red;
    text-decoration-line: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
  }
</style>

Open the Mobile App. It will style the form templates on the mobile app home page.

image

Additionally, you can check out some more font examples here:

https://www.w3schools.com/css/css_font.asp

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂