Sanford - your example is exactly what I am looking for, although I'm not clear regarding the placement of the script. I'm not a developer, but can read/write code based on example...
I'm working in Forms 2.0 and know how to hide/show fields. What I would like to do is show/hide field values based on multiple selections:FIELD NAME - Product name: FIELD VALUES-Pr...
Thanks Jason. That worked. I took all of my code and dropped it in an HTML object and was able to remove the portion you suggested. I'll follow-up with test results of doing so, wi...
Now that I'm looking at this, is the solution to remove the MKTO fancy button CSS below?
/* Start fancy button */
div.buttonSubmit {
position: relative;
float: left;
}
...
I think I'm going to have to break it into pieces.:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-200000126/DTD/xhtml1...
I have been using the code below to easily update our form buttons to fancy buttons for nearly a year. I've found on a new page that the MKTO button is still showing up. MKTO provi...
For fields that are not required try this:
Go to the rich text editor for the label name.
When it opens, press space bar, then SHIFT+ENTER, and enter your label.
You can cha...