I need the a contact form to be translatable.
I add the t() to

      '#title' => $am__settings['title'],

so:

      '#title' => t($am__settings['title']),

Thanks
Marcus

Comments

beautifulmind’s picture

Status: Active » Closed (fixed)

Try the latest developent release. The issue has been fixed.

Regards.