Hello,I am using a Java Script to add multiple lines to a blank text field. If the customer types in the field the text replaces the lines. If the customer just prints the form, them the lines remain. The problem I am having is if the customer types in the field and then needs to go back and alte...
Thanks, but I am horrible at the scripting. I was hoping there would be a feature I could use, like the Action Builder. But that only changes the background color of the Object while it is being clicked, even when I select "is checked".
Thank you for your assistance, but I finally figured out what I was doing wrong. When I selected my Result choice, I forgot to change the Object to the Object Field name that I needed the action performed on. I feel like such a dork. Sorry for wasting your time.
Like: Green background when checked and white (neutral) background while unchecked. Management wants to draw attention to the boxes that have been selected.
When ever I click the standard email button, I get an attachement with random alfa and numeric characters for the file name. Is there any way to change the files names to match a data field in the form or start with something I choose? Thanks, Judy
I must have forgotten a step in making an email button that will pull the data from a form field into the subject line of an email and let me create the body of an email. I am taking a Button and adding a Click event of:var Mailto = "test@test.com";var BetreffSubject = Legal_Name.rawValue;var Nachri...