Skip to main content

Trying to suppress the settings button on the top right and the outer black border of the form for Live forms so that I can insert it into an iframe. Can't seem to zero in on where to tweak the styling. Anyone aware of how to affect this change?

Finally found the Settings button div ID. Use the following to suppress it:

#settingsButton {

display:none;

}

Still working on the outer border...


Reply