- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @bryceh57660644
Are you trying to preload the data and have the checkbox checked automatically with the variable data?
If yes, What you can do is
<input type="checkbox" name="name" <% if(ctx.vars.VARIABLE_NAME =='YOUR_VALUE' ) { %>checked <% } %>>
Views
Replies
0 Likes
Total Likes