Ok…
I have some javascript that I’ve loaded into the “form onLoad” function in the Javascript settings.
It was working perfectly.
This is the javascript:
do_ajax_pick_ticket_items_sub_form_add_new_line(0);
Basically making the form open with a new row instead of having to click the “add new” button.
Then I added a Text Auto-Complete field.
As soon as I add the auto text field, the javascript in the “form onLoad” function no longer works…
Any thoughts?
Dave