asked on October 31, 2018
•
Show version history
Morning,
Looking for some pre-existing JS that I can use to have my autofill button auto trigger within a collection. One of the conditions exists outside of the collection.
I'm currently using the following, but am having no success.
$('.cf-collection-append').click(function(){
$('.lookupcondition').change(autofill);
});
Attached is a snapshot of my form
Thanks in advance
0
0