function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nagma KhanNagma Khan 

how to used the html form tag multiple time on the visualforce page ?

hi everyone


please support me i have a problem
i have multiple <form> tag on the visualforce page and want to each form tag values insert
as example my form <apex:from>
<form id="1">
<p> hello word as a example </p>
</form>
<form id="2">
<p> hello word as a example </p>
</form>
<form id="3">
<p> hello word as a example </p>
</form>
echa form values insert in the data base how to possible on visualfroce page ???
</apex:form>

thanks
nagma
Naval Sharma4Naval Sharma4
Why do you need multiple form tags. You can submit a portion of a form using apex:actionRegion.