Hi,
I have a problem. I had to edit some data, went to mysql phpmyadmin, edited text field and now the display of that field in frontend is broken. (not displayed right)
Is there a good / save way to edit data?
the entry in phpmyadmin looks like this
| Code: |
textfield1=some text||
textfield2=||
emailfield=email||
captcha=uqou||
submitfiels=submit||
|
but when modidied (added one word) in looks like this in frontend
| Code: |
some text|| textfield2=|| emailfild=email|| captcha=uqou|| sumbmitfield=sumbit||
|
Is there any way to fix that? Or do i have to put the data (through) form (frontend) again?
thx in advance