Need Help? Let Us Shed Light

Follow

Use the Custom Feature

Add a Custom feature to your app when you want to add content to your app, but can’t find the right feature for it. 

You can add up to 3 custom features to each of your apps.

Why add this feature?

  • Make an app as unique as your business by creating features from scratch. 
  • Fill your app with content that meets your business’ needs and goals. 

To add custom contact us fields to your app:

  1. Sign in to your Swiftic account.
     
  2. Click Edit App.
     
  3. In the App Features tab, click + .
     
  4. In the All Features category tab, select the Custom feature.


     
  5. Enter a Feature name, or leave it as is.
     
  6. You can add content to the feature and apply formatting and styles.
     
  7. For advanced features, apply HTML formatting by clicking Source code.



  8. Add your HTML code.

  9. For your convenience, we have provided the following code samples which you can adjust to your needs:

    Email: <a href="mailto:bob@example.com">Email Me</a>
    Enter your email address instead of bob@example.com and the text you would like to display instead of Email Me.

    Call: <a href="tel:12125555555">Call Me</a>
    Enter your phone number instead of 12125555555 and the text you would like to display instead of Call Me.

    SMS: <a href="sms:12125555555">SMS Me</a>
    Enter your mobile number instead of 12125555555 and the text you would like to display instead of SMS Me.

    MMS:  <a href="mms:12125555555">MMS Me</a
    Enter your phone number instead of 12125555555 and the text you would like to display instead of MMS Me.

    You can copy this template to test the codes :

    <p style="text-align: center;"><a href="mailto:bob@example.com">Email Me</a><br /> <a href="tel:12125555555">Call Me</a><br /> <a href="sms:12125555555">SMS Me</a><br /> <a href="mms:12125555555">MMS Me</a></p>



Was this article helpful?
0 out of 1 found this helpful