How would I go about using a button to enter default values into a form? I’d like to click a button and be able to enter the usr_login, today’s date, and pass into certain fields on the form.
For instance I’d like to do something like this -->
on sc_button_click
[usr_login] = {field_name}
todays date = {date}
pass = {passOrFail}