Hey friend. You're not logged in.
Hi guys,
I was wondering if I could remove the "Report Abuse" link next to the Submit button on my form. It's really not relevant to what I'm using the form for.
If not, I'd at least like to style it since the default blue is clashing horribly with my background. If so how? I can't seem to figure out the css descriptor I need to use.
Thanks,
Luis
Offline
Hi Luis, right now there isn't a way to restyle it, however, there is good news. It does eventually go away once the system determines that your site isn't going to be collecting any shady information or partaking in inappropriate behavior. I can't give any details on how the algorithm works because we don't want it to be gamed, but if you're patient you'll have a nice clean submit button in no time.
Offline
Great. Thanks for the response. You guys do a great job.
Offline
i accomplished this by adding a height and width to the li wrapping the input button with a declaration of !important on each, then add overflow: hidden. sorry but if wufoo would allow the link to drop below the input button instead of beside it, this would not have been necessary.
Offline
As Kevin mentioned the link will disappear after a short amount of time. We did not drop it below the submit button because that would be easy to hide on an embedded form.
Offline
The "Report Abuse" link disappeared just as they said above well within a reasonable time. In my opinion it's not worth messing with the code and it's better to just let it work as intended.
Offline
For those interested, we made some changes to this and while the link color still won't be customizable, we did add some of our color theming logic to the link so that it'll be blue if the form background is white and if it's another color, it'll automatically adjust to the appropriate contrasting black or white to better match your theme's background.
Offline
