Example button code to open a form within the Formyoula app.
Please add the HTML element on the form as shown in the screenshot below.
Example button to open the form in a mobile app.
<a class="btn btn-primary" href="formyoula://?form_id=5ff5385024dd920025cb859e" role="button">Test form launch</a>
Example button to open the form in a web browser.
<a class="btn btn-primary" href="https://app.formyoula.com/mobile?form_id=5ff5385024dd920025cb859e"role="button">Test form launch</a>
Drop down for multiple forms.
<div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example
<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="formyoula://?form_id=5ff5385024dd920025cb859e">Form1</a></li>
<li><a href="formyoula://?form_id=5ff5385024dd920025cb859e">Form2</a></li>
<li><a href="formyoula://?form_id=5ff5385024dd920025cb859e">Form3</a></li>
</ul>
</div>
</div>
Note: update the form id in the link according to the form.
For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂