asked on May 24, 2017
Hi,
I have seen the post where it mentions renaming the Autofill button when you are complete database lookups. I have renamed mine to 'Confirm'. This is a great feature to have the button, so we would like to keep it displayed (I hear you can turn it off in V10.2.1).
$(document).ready(function () { $('.autofill').text('Confirm'); });
This works very well when I am previewing the Form or running the Form from the process diagram. BUT when I load the form using the URL the button name simply displays as Autofill.
Does anyone have a way around this?
cheers
0
0