Hi,
I just purchased GF and would like use the 'name' field. How can I change 'First' and 'Last' to German?
Hi,
I just purchased GF and would like use the 'name' field. How can I change 'First' and 'Last' to German?
Check out this thread on how to change the labels on various custom fields (such as the name and address fields) using available API filters:
thx carl,
how do I add multible filters?
This is of curse not working:
add_filter("gform_name_first", "gform_name_last", "set_gravityform_state");
function set_gravityform_state($label){
return "Vorname", "Nachname";
}
ok, I just translated them with PoEdit.
Yes, you can also translate them using PoEdit. The filters above are for changing the values to something entirely different.