alexxxsg
Forum Replies Created
-
It seems to be happening again…
@shivapoudel could you have a look at it please?
WordPress 5.5.1
Everest Forms Version: 1.7.0.3I cannot create ned forms either, any button is displayed, see attachment
https://drive.google.com/file/d/1DqZjo1w7aDqnl4Cye8rEyRdodckgCbla/view?usp=sharing
Thanks for your help,
Have a nice day!
Hi @shivapoudel
It is working.
It seems that textarea fields must be sanitized for the whole value, not exploding by ‘\n’. That made the trick in my case.
I will wait for an official update, in the meanwhile I’ll keep this workaround in the plugin code
Thanks a lot!!
Hi @shivapoudel
Fields with LF/CR are affected, I guess only textarea fields are allowed to include LF/CR characters.
Thanks!
Hi @sharmadpk03
Thx for your reply, here you have how the entries were exported before:
ID,Nombre,Apellidos,Email,Asunto,”A quién va dirigida su consulta”,Mensaje,Estado,”Fecha de creación”,”Fecha de creación GMT”,”Dispositivo del usuario”,”Dirección IP del usuario”
260,xxx,”xxx xxx”,[email protected],”Cambio de domicilio”,RRHH,”Hola buenas tardes, quisiera informar de mi cambio de domicilio. Mi domicilio actual es : xxx xxx xxx xxxx. N5. xxx xxx. xxx xxx. Muchas Gracias”,Publicado,”27/03/2020 18:03″,”27/03/2020 20:03″,”Google Chrome/Linux”,xxx
357,xxx,xxx,[email protected],Nómina,RRHH,”Buenas tardes, rellené el formulario para que me mandaran la nómina por correo, pero no me a llegado, quiero saber si esta todo correcto, gracias, un saludo”,Publicado,”27/03/2020 18:16″,”27/03/2020 20:16″,”Google Chrome/Linux”,xxxand here how it looks for the same entries now:
ID,Nombre,Apellidos,Email,Asunto,”A quién va dirigida su consulta”,Mensaje,Estado,”Fecha de creación”,”Fecha de creación GMT”,”Dispositivo del usuario”,”Dirección IP del usuario”
260,xxx,”xxx xxx”,[email protected],”Cambio de domicilio”,RRHH,”Hola buenas tardes, quisiera informar de mi cambio de domicilio.
Mi domicilio actual es :
xxx xxx xxx xxx.
N5. xxx xxx. xxx xxx.Muchas Gracias”,Publicado,”27/03/2020 18:03″,”27/03/2020 20:03″,”Google Chrome/Linux”,xxx
357,xxx,xxx,[email protected],Nómina,RRHH,”Buenas tardes, rellené el formulario para que me mandaran la nómina por correo, pero no me a llegado, quiero saber si esta todo correcto, gracias, un saludo”,Publicado,”27/03/2020 18:16″,”27/03/2020 20:16″,”Google Chrome/Linux”,xxxI have copied/pasted same part of the file, so you can see the differences as they are. I have also hidden sensitive info.
Thanks in advance