Skip Navigation

[Resolved] Toolset Forms Bootstrap 4 classes do not work or work correctly

This support ticket is created 4 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 5 replies, has 2 voices.

Last updated by SteffenM1628 4 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#1535589
Bildschirmfoto 2020-03-02 um 13.25.32.png

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?

#1535875

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

#1535969

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.

#1535977

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

#1535979

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

The private fields have been enabled.

#1544237

My issue is resolved now. Thank you!