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
aditya3aditya3 

<apex:form> error getting

The element type "apex:form" must be terminated by the matching end-tag "</apex:form>".
This is the error I am getting after writing 233 line of code ,I am not getting please help me ,As I checked <apex:form>also open tag and closed tag
Mudasir WaniMudasir Wani
Hi Aditya,

You have some extra of missing tag before closing the <apex:form> tag
Just find out that and you are done.
I suggest you to use some Text editor such as notepad++ and use the Html format 
You can select that by using following Hierarchy
Language --> H--> Html


Please mark this as solution if this solves your problem, So that if anyone has this issue this can help