Hi
I have tried searching the forums, but no luck on this particular question.
I have made a notification message that is being build in functions.php (http://www.gravityhelp.com/forums/topic/making-a-result-page-based-on-conditional-logic)
What I am guessing is code to control the layout looks like this:
$confirmation = "<div id='gforms_confirmation_message' style='text-align:left; padding: 10px;'>
Looking at this code, I am thinking that the text in the notification message should be aligned to the left, but when I use the form, the text I get is centered.
1. I would very much like the text to be aligned to the left, like the text in this forum is aligned to the left. Can you help me to do this?
I do not know if it makes any difference to the notification message, but the form is on multiple pages, and it is using ajax.
2. One last question, can I get the browsers back button to work? Right now it does not work when using the form, it would be nice if I could get it to work.
Thanks
Carsten