Hey there you say Toolset Forms is working with Bootstrap 4.
but a lot of classes did not work.
like the input groups described here: hidden link
The example is attached.
How can i get Bootstrap 4 classes working correctly?
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Steffen,
Thank you for getting in touch.
Could you let me have a screenshot of the form on the backend. If you've adjusted the width of the form field on the backend then it could be why it is appearing as such.
Thanks,
Shane
hey shane,
bellow is the code:
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">@</span>
</div>
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="basic-addon1">
</div>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">@</span>
</div>
[cred_field field='post_title' class='form-control' output='bootstrap' value='Username']
</div>
there is no additional css on the site.
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Steffen,
Would you mind allowing me to have admin access to the site to have a look at the page.
Thanks,
Shane
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
The private fields have been enabled.
My issue is resolved now. Thank you!