Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
lilmissr
ParticipantHere is an example of the code I used
<form class=”quform” action=”/quform/process.php”>
<div class=”row”>
<div class=”quform-elements”>
<div class=”col-md-6″>
<div class=”form-group”>
<div class=”quform-input”>
<input class=”form-control” placeholder=”Name”type=”text”/>
</div>
</div>
</div>
<div class=”col-md-6″>
<div class=”form-group”>
<div class=”quform-input”>
<input class=”form-control” placeholder=”Email” type=”text”/>
</div>
</div>
</div>
</div>
</form>lilmissr
ParticipantHi I have the same error message it says and ajax error occurred when I try and submit the form. I have followed the tutorial for to add the processor to an existing form.
Thanks
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)