I’m utilizing a customized kind with out plugin. I’ve the next code:

    <kind class="form-contact contact_form" motion="/contact_process.php" methodology="publish" id="contactForm" novalidate="novalidate">
               <div class="row">
                   <div class="col-12">
                       <div class="form-group">
                           <textarea class="form-control w-100" title="message" id="message" cols="30" rows="9" onfocus="this.placeholder=""" onblur="this.placeholder="Enter Message"" placeholder="Message"></textarea>
                        </div>
                    </div>
               <div class="col-sm-6">
                    <div class="form-group">
                           <enter class="form-control legitimate" title="title" id="title" sort="textual content" onfocus="this.placeholder=""" onblur="this.placeholder="Enter your title"" placeholder="Enter your title">
                    </div>
               </div>
               <div class="col-sm-6">
                    <div class="form-group">
                        <enter class="form-control legitimate" title="electronic mail" id="electronic mail" sort="electronic mail" onfocus="this.placeholder=""" onblur="this.placeholder="Enter electronic mail handle"" placeholder="Electronic mail">
                    </div>
               </div>
                    <div class="col-12">
                         <div class="form-group">
                              <enter class="form-control" title="topic" id="topic" sort="textual content" onfocus="this.placeholder=""" onblur="this.placeholder="Enter Topic"" placeholder="Enter Topic">
                          </div>
                      </div>
                  </div>
                  <div class="form-group mt-3">
                       <button sort="submit" class="button button-contactForm boxed-btn">Ship</button>
                  </div>
</kind>

I click on on the Ship button however nothing is occurred. Find out how to add a click on occasion on to load the motion file when the shape is stuffed?

Vizante Ion is a brand new contributor to this website. Take care in asking for clarification, commenting, and answering.
Take a look at our Code of Conduct.

2