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:
- Sign in to your Swiftic account.
- Click Edit App.
- In the App Features tab, click + .
- In the All Features category tab, select the Custom feature.
- Enter a Feature name, or leave it as is.
- You can add content to the feature and apply formatting and styles.
- For advanced features, apply HTML formatting by clicking Source code.
- Add your HTML code.
- 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>