Hi,
can you link to the page where you are having this problem? or maybe send some more details?
From your description, it is not clear which form has the custom field [adverts_add] or [adverts_list] and if the content gets deleted when you enter it and move to the next field or when you submit the form?
this is the link https://salirenguate.com/clasificados/agregar-clasificado/?preselected_category=casas_en_alquiler
The problem is when i put a number in “Metros cuadrados” does not save the numbers.
its a [adverts_add] and it gets deleted when you submit the form.
Thanks.
Hi,
the field with label “Metros Cuadrados” also uses a name “Metros Cuadrados”, the name should actually use only a-z, 0-9 and _ characters the white space is an invalid character.
Unfortunately, the field names cannot be changed once the field is saved, you would need to go to wp-admin / Classifieds / Options / Custom Fields panel edit the [adverts_add] form, trash the “Metros Cuadrados” field, then add it again but make sure that the name will be for example “metros_cuadrados”.
Thanks man, Problem solved.