• Resolved Enery88

    (@enery88)


    Hi!!

    I have a little issue. On my WordPress I recive a variable by url. But the variable is encrypted, so I need to decrypt it. For this reason I did a little plugin. I would like that the result of decrypt will be the content for name field on zendesk form. I don’t know how to do unless I modificated the plugin, and I think that it’s a bad solution. Can you help me please?

    P.D.: My plugin it’s only for decrypt and return the result, does nothing more.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your plugin you wrote that decrypts the variable – I would probably just insert some javascript on each page that looks for a “zen_name” input text field. If that field is set, then set the value of it to the decrypted value.

    Thread Starter Enery88

    (@enery88)

    Thanks for the solution!! It’s a good idea. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get value for name field and filling name field with that value’ is closed to new replies.