Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
  
 
PREVIOUS NEXT
Tagged: #form #token
ADD COMMENT
Topic
Name
8+8 =