HTML form with submit button won’t got to permalink
-
Good Morning,
Thank you for reading this. I am trying to make a HTML form with a submit button, which I would like to cause the current page to reload.
On pressing the submit button I would like the page to reload itself:
[ redundant link removed ]
However, the following location is where it arrives:
/I am not sure what to do to fix this. Can you give me some help with this?
here is my form code:
<div class="create-note"> <form action="https://alaskametrology.com/?page_id=167" method="get"> <h3 class="headline headline--medium">customer address</h3> <label for="customer_name">customer name</label> <input class="new-note-title" name="customer_name" placeholder="business name "> <label for="address_1"></label> <input class="new-note-title" name="address_1" placeholder="street address 1 (default street address)"> <label for="address_2"></label> <input class="new-note-title" name="address_2" placeholder="street 2 (optional)"> <label for="city"></label> <input class="new-note-city" name="city" placeholder="city"> <input class="new-note-city" name="workorders_workorder_number" placeholder="state"> <input class="new-note-city" name="workorders_workorder_number" placeholder="zip"> <hr> <h3 class="headline headline--medium">contact person</h3> <label for="recieved-date">person name</label> <input type=input class="new-note-title" name="workorders_estimate_number" placeholder="name"> <label for="city"></label> <input class="new-note-city" name="city" placeholder="phone number"> <label for="city"></label> <input class="new-note-city" name="city" placeholder="email"> <hr> <h3 class="headline headline--medium">special notes</h3> <textarea class="new-note-title" name="workorder-note" placeholder="specific notes and instructions for this customer"></textarea> <input type="hidden" name="customers_id" value="<?php echo $my_customers_id; ?>"> <input type="hidden" name="action" value="create_new_thingy"> <input type="submit" class="submit-note" value="create new customer"> <a class="btn btn--orange" href="#" onClick="history.back();return false;">cancel</a> </form> </div>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘HTML form with submit button won’t got to permalink’ is closed to new replies.