This is the first I have heard of this issue. The image URL should be saved in the form settings. If that cannot happen, there is something basic wrong with the form builder. Those values should be saved when you save the form.
If you are using HTML fields in the form, is the HTML valid when it is output?
You could override it in your theme's stylesheet. Here is how you would target the previous and next buttons in your form:
[css]
body .gform_wrapper input.gform_next_button {
body .gform_wrapper input.gform_previous_button {
You would have to turn off the default styling for the button and add the image URL here. But you should not have to go to this trouble. The image URLs are set in the form builder normally. If you cannot save the image URL there, there is another problem.
Posted 11 years ago on Tuesday February 26, 2013 |
Permalink