Add wrapper div element for form button

Petro Solomchak asked on November 24, 2021 16:09

I need to add a <div> wrapper element for kentico form button

Correct Answer

Brenden Kehren answered on November 24, 2021 16:44

Take a look at this Github repo. I have some examples with references to help documentation on how to customize the form output and it will customize EVERY form you output, not just one.

In the /Components folder there are two .cs files for form builder customizations and markup injection. This files will allow you to set overall form options and override individual form elements, fields, etc. This is a v13 .net core example but you can customize it for v12 MVC5 as well.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.