Forum

Thread tagged as: Question, Forms

Bootstrap to Perch Forms

Hello,

I am looking to convert my below code so it works with Perch Forms.

I have tried to incorporate perch into my below code but nothing seems to work correctly.

Help appreciated.

My original html is:


<div class="form-group"> <label class="sr-only" for="form-first-name">First name</label> <input type="text" name="form-first-name" placeholder="First Name..." class="form-first-name form-control" id="form-first-name"> </div> <div class="form-group"> <label for="driving">Do you hold a Full UK Driving Licence ?</label> <select class="form-control" id="driving"> <option>Yes</option> <option>No</option> <option>No - provisional licence</option> <option>Motorbike licence</option> </select> </div> <button type="submit" class="btn">Sign me up!</button>
Gary Thompson

Gary Thompson 0 points

  • 5 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Hi Gary

please post your Diagnostics Report with every post to the forum.

We also need information about what isn't working. What were you expecting to happen and what actually happened?

Please post the form after adding the perch form tags, and explain what is not working for you.

Rachel