Wow, you've all really given me some ideas here!
I run a PC repair shop and fill out forms for new tickets multiple times a day. I'm tinkering with this and read about how to get the form ID's to do this manually. I am lost with a few things though, maybe one of you could help?
Several parts of my forms have dropdown/list menus. I can't figure out how to pick from my lists. I also can't find the ID for one button to click to send the filled out form. There are two buttons on the form to submit and no matter which ID I've selected, it uses the first option. If anyone has the time and expertise to make any suggestions, I would really appreciate it!
New Ticket - New Customer 2.kmmacros (18.0 KB)
New Ticket - New Customer.kmmacros (8.7 KB)
HTML.zip (1.6 MB)
<div class="btn-toolbar right">
<input type="submit" name="commit" value="Create Customer" class="btn btn-sm btn-success">
<input type="submit" name="commit" value="Create Customer And Ticket" class="btn btn-sm btn-success">
</div>