Remove table markup from Forms (BizForms)

David Bitnar asked on May 23, 2014 07:02

I would like to have the default table markup removed from the generated forms, posssible? I know it can be done via the 'Layout' section but my client cannot manually compose each form in this way just to get rid off tables.

Correct Answer

Brenden Kehren answered on May 25, 2014 11:33

You can use a custom layout for the form as you mentioned

OR

change the output filter on the webpart to change < table > tags and their children to < div > tags. In version 8 a lot of this is already taken care of.

OR

create styles around the < table > tags.

OR

clone and modify the base form controls as your own and remove the < table > tags from them.

My suggestions would be set the output filter of the webpart to see if this resolves the issue quickly for you.

1 votesVote for this answer Unmark Correct answer

Recent Answers


jack Ryder answered on May 23, 2014 07:23

for that you have to change in the base code of bizforms....

0 votesVote for this answer Mark as a Correct answer

David Bitnar answered on May 26, 2014 06:59

Brenden, thank you so much for your extensive answer. It is Kentico 8, so I will try to do it on the web part/ output filter.

0 votesVote for this answer Mark as a Correct answer

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