Created
November 29, 2023 11:37
-
-
Save IgorDePaula/e9204588d01769c98be77d0fa8b5a153 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{$titulo}} | |
<script> | |
let variavel | |
function addField(field){ | |
variavel += `<input name="field[${field}]" />` | |
} | |
</script> | |
<button onclick="javascript:addField({{$field}})">add</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment