Hi Guys,
I have read that it is possible to hide the progress bar with some css code but I cannot find this in the forum. Could you please let me know what code I should use?
Thanks and regards,
Eric
Hi Guys,
I have read that it is possible to hide the progress bar with some css code but I cannot find this in the forum. Could you please let me know what code I should use?
Thanks and regards,
Eric
Hi Eric,
Yes you can hide the progress bar using the following CSS
.gform_wrapper .gf_progressbar_wrapper {
display: none;
}
But you can also hide it in the Form Editor by setting the 'Progress Indicator' to 'None' on the properties panel of the 'Start Paging' element.
Regards,
Richard
Super! Thanks for the help Richard
You're welcome