Rich Text Component - Form Element | Community
Skip to main content
October 16, 2015
Solved

Rich Text Component - Form Element

  • October 16, 2015
  • 1 reply
  • 558 views

I am using a rich text component to define a 3rd party data collection form like email and security question. When i click on source text icon and puts off the tags as - 

<table><form action=....>

    <p>my form elements</p>

</form></table>

This shows me the form, however non-functional as it does not take action.

On checking the source again, it displays the HTML code as -

<table>

<form action=....></form>

    <p>my form elements</p>

</table>

Please confirm as how to get the form tag expanded and should encapsulate the form elements as it is?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Why don;t you use form component?   BTB what is the action you have specified and only work when you have submit action which is missing in your sample.

1 reply

Sham_HC
Sham_HCAccepted solution
October 16, 2015

Why don;t you use form component?   BTB what is the action you have specified and only work when you have submit action which is missing in your sample.