Add regular button inside form that does not perform a submit
Do this:
<button type="button" class="(rest of your classes)">Rest of your code</button>
You could do
<button type="button">Add Segment</button>
Do this:
<button type="button" class="(rest of your classes)">Rest of your code</button>
You could do
<button type="button">Add Segment</button>