• Resolved Arthrox

    (@arthrox)


    Hi there.

    The tag generation and how to make a form in Contact Form 7 was not working the way I wanted so I decided to put some bootstrap fusion to it. However I forgat that I needed to put the [code] stuff in the email so now when I test the form no information is sent to me.

    Is there any way to put this into the email field? I will cry myself to sleep if I have to start all over again. Could I put some ID tags on it and put that in the email field? Thanks for all the help. Here is the code:

    <h4>The Character</h4>
    				<div class="row">
    					<div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<input type="text" class="form-control" placeholder="Character's name*" >
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    
    					<div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<input type="text" class="form-control" placeholder="Class*">
    							<p class="help-block text-danger"></p>
    						</div>
    
    					</div>
    					<div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<input type="text" class="form-control" placeholder="Spec*">
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>	
    
    					<div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<input type="text" class="form-control" placeholder="Armory link*">
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    				</div>
    
    <h4>Personal Information</h4>
    				<div class="row">
    					<div class="col-md-3 col-sm-6">
                            <div class="form-group">
    							<input type="text" class="form-control" placeholder="First name*">
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    					<div class="col-md-3 col-sm-6">
                            <div class="form-group">
    							<input type="text" class="form-control" placeholder="Birthyear*">
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    					<div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<input type="text" class="form-control" placeholder="Country*">
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
                        <div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<textarea class="form-control" placeholder="Tell us a little about yourself *"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    				</div>
    
    <h4>Character Information</h4>
    				<div class="row">
    					<div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Main PvE Spec"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Secondary PvE Spec"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    					<div class="col-md-3 col-sm-6">
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Any other characters worth mentioning?"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Name both proffessions"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    					<div class="col-md-6 col-sm-6">	
    
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="PvE experience (in all expansions)"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Please supply a link of any WorldOfLogs (http://www.WorldOfLogs.com) which may be useful for us to determine whether you are up to the standards of the guild"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    				</div>
    
    <h4>Guild Information</h4>
    				<div class="row">
    					<div class="col-md-6 col-sm-6">
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Previous guilds and reason for leaving"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="How do you feel about wiping repeatedly on the same boss to learn the fight?"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    				<div class="row">
    					<div class="col-md-6 col-sm-6">
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Are you able to be self-sufficient in the guild (ie: bringing own materials to the raids; food, flasks, pots) If yes, how so?"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    <div class="form-group">
    							<textarea type="text" class="form-control" placeholder="Tell us in detail, why we would take you over someone else to raids? What can you bring as a guarantee?"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    
    						<div class="form-group">
    							<textarea type="text" class="form-control" placeholder="What specific addons do you use for raiding?"></textarea>
    							<p class="help-block text-danger"></p>
    						</div>
    					</div>
    <div align="center">
    [captchac captcha-43]
    [captchar captcha-43]
    <br />
    [submit "Apply to Pandamonium"]
    </div>

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Bootstrap and Contact Form 7’ is closed to new replies.