Rupaya
0
Q:

tina4 form token example

<form name="myForm">
  <input name="someField">
    
  <button>Submit</button>
  {# Register a secure token in TWIG - it creates a hidden input with signed token#}
  {{  "myForm" | formToken | raw }}
</form>
  
0

New to Communities?

Join the community