Hi, lads.
From the adress field advanced format, want to delete the adress line 1 and the zip/costal code field. I don't need theme! How can I do it?
Thanks!
Hi, lads.
From the adress field advanced format, want to delete the adress line 1 and the zip/costal code field. I don't need theme! How can I do it?
Thanks!
Guys. I also want to translate the city/field/region an the rest of the field into spanish. I just can change the adress name trough the form editor. How can I do it?
Thanks!
The Address field is a helper field. It has some options for disabling certain options such as the Address Line 2 or predefining things like the Country but ultimately it's for capturing a full address, not a partial address.
If you need to do something that the Address field doesn't do you would have to use Single Input fields and capture the information separately.
Translation is done via localization using PO files. It's assumed the site is using whatever language your WordPress site is configured for. If this isn't the case you have 3 options:
Option 1: Translate the individual sub-labels using filters and code you add to your themes functions.php file. Documentation for these filters can be found here:
http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels
Option 2: Localize your WordPress site by translating the POT file in gravityforms/languages and implementing that language on your WordPress site.
Option 3: Use a translation plugin such as WPML which has an add-on for Gravity Forms to translate forms.
Option 1 is the simplest and quickest method for doing partial translations.
Hi!
All ready have my localized wordpress installation, but the forms are no pulling the language. It's es_Es
The strings in the plugin need to be translated as well. Please see this:
http://www.gravityhelp.com/forums/topic/language-files#post-29325
Ok. It's done, but still not working. Look: https://skitch.com/cucogut/f4fg6/rockmelt-centro-de-salud-mental-y-genero-haz-una-cita
Gravity Forms doesn't have a complete Spanish translation file included with it. So if you are using a language file included with Gravity Forms then that is why it's not going to be translated. We don't have an official Spanish translation.
If you have created your own Spanish translation file and you localized your WordPress site to Spanish and it is not working then it wasn't implemented properly. If you are trying to translate things that way I suggest you read this tutorial:
http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/
If you aren't creating your own translation file and localizing the plugin then you need to use the filters as I outlined above to translate the strings individually.