This topic contains 0 replies, has 1 voice. Last updated by Mike Pulvermacher 4 years, 2 months ago.
Topic Author | Topic |
---|---|
Posted: Thursday Oct 11th, 2012 at 11:27 am #28140 | |
Hi. We are trying to add radio buttons to the registration form. In the s2member configuration section, it has a box which asks for radio buttons to be entered in the following format, with one option per line: US|United States|default However, after we update and save all, the following gets placed in the text area, and the radio buttons do not work at all: It seems to me that this is being caused by the n character being escaped when a new line is found in the text area prior to being placed in then database. We have tried changing the ‘n’s to n and \n, but either seems to work. Any suggestions on fixing this issue? |