Skip Navigation

[Gelöst] Toolset Forms Bootstrap 4 classes do not work or work correctly

This support ticket is created vor 4 Jahren, 8 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 5 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von SteffenM1628 vor 4 Jahren, 8 Monaten.

Assistiert von: Shane.

Author
Artikel
#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: versteckter Link

The example is attached.

How can i get Bootstrap 4 classes working correctly?

#1535875

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: 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

Sprachen: Englisch (English )

Zeitzone: 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

Sprachen: Englisch (English )

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

The private fields have been enabled.

#1544237

My issue is resolved now. Thank you!