Hi,
Want my form to submit new line characters like '\n' as opposed to '
' break line HTML.
So, if I were using PHP I would echo at the end of each line, is there any way to do this?
Thanks
Hi,
Want my form to submit new line characters like '\n' as opposed to '
' break line HTML.
So, if I were using PHP I would echo at the end of each line, is there any way to do this?
Thanks
Right now it currently possible to change how Gravity Forms stores the data. What exactly are you trying to do? If you provide details on what you are trying to do and how you are using Gravity Forms we can give you some suggestions.
Hi,
I was trying to take off html formatting and insert PHP stule line breaks which in PHP code would be "\n", but it does not matter now, I resolved the problem a different way.
Thanks for your reply though