• Resolved esamsh

    (@esamsh)


    hey there i am trying to create a button for our clients after verifying the code when its says authentic i want a button to show that says enter giveaways after they click it i want it to ask for

    email :

    phone number

    state

    instagram user name

    that is the website zetauthenticator.com/

    serial code : 360791

    code for you to test out and see what im talking about

    so far i was able to create the button but when i click on it it dosnt open up the options to type in the info of the user who typed the code if any one can help i will be thankful

    thanks i hope i didn’t complicate it too much explaining

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Saso

    (@sasonikolov)

    Hello

    you can store only one text information to the code. The user registered value. You can decide what you are asking for.

    For your purpose I would recomment to create you own Javascript that is asking for the user information and then concatenate it and store it to the serial. For this you can add to the shortcode your own javascript function name, that will be called. See more in the documentation.

    https://vollstart.de/serial-codes-validator-premium/docs/

    Shortcode parameter Javascript

    You can add your Javascript function name. Both parameters are optional and not required. If functions will be called before the code is sent to the server or displaying the result.

    • jspre
      jspre=”function-name”. The function will be called. The input parameter will be the code. If your function returns a value, than this returned value will be used otherwise the entered code will be used.
    • jsafter
      jsafter=”function-name”. The function will be called. The input parameter will be the result JSON object from the server.
Viewing 1 replies (of 1 total)
  • The topic ‘assigning user info to code’ is closed to new replies.