• Resolved Trippetchz

    (@trippetchz)


    Hi there,

    Thanks for a great plugin.

    Just wondering if there is a way to set up the default signup form so it does not use a table.

    Is there a way to drop this off entirely so fields can be styled with CSS (it’d be good if we could use Bootstrap to do responsive columns and put the fields in there and style because we’re already using Bootstrap in our theme).

    Is this possible somehow?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Trippetchz

    (@trippetchz)

    Something like this would be desirable for us:

    
    <div class="participants-database-signup">
    	<div class="row">
    		<div class="form-group col-sm-12 col-md-6"> <label class="label-control mb-10" for="pdb-first_name-2">First Name</label> <input name="first_name" id="pdb-first_name-2" class="required-field regular-text" type="text" value=""></div>
    		<div class="form-group col-sm-12 col-md-6"> <label class="label-control mb-10" for="pdb-last_name-2">Last Name</label> <input name="last_name" id="pdb-last_name-2" class="required-field regular-text" type="text" value=""></div>
    	</div>
    	<div class="row">
    		<div class="form-group col-sm-12 col-md-6"> <label class="label-control mb-10" for="pdb-phone-2">Phone Number</label> <input name="phone" id="pdb-phone-2" class="required-field regular-text" type="text" value=""></div>
    		<div class="form-group col-sm-12 col-md-6"> <label class="label-control mb-10" for="pdb-email-2">Email Address</label> <input name="email" id="pdb-email-2" class="required-field regular-text" type="text" value=""></div>
    	</div>
    	<!-- and so on -->
    </div>
    
    Thread Starter Trippetchz

    (@trippetchz)

    Nevermind! We found this in your documentation. Apologies!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Default Signup Form without using Tables’ is closed to new replies.