Any webform experts in here? I'm using Drupal webform module and trying to populate a webform with previous submission data and while there is an option "Autofill with previous submission data" this only works if you are logged into the site with an active session, not for anonymous users. I looked at using webform secure token but that merely opens a webform submissions page to view or update submission.
Hi everyone, i have a question, lets suppose that i have a module with a config form that writes a message on my settings, this message is customizable by the user, but i need to make this customized text to be translatable, what is the right way to do it? i did it by placing a t() during save: