Wondering if there is a way to add an “id” to the rendered SAEF form tag?
{exp:weblog:entry_form weblog="ideas" return="ideas"}
<form id='entryform' method="post" action="http://www.sitename.com/ideas/entry_form/" > //<-- need to add the id here
I’ve tried the obvious by simply placing one within the EE tag but..it’s simply ignored.
I’ve trying to implement some inline field validation and need to be able to reference to form by ID.
Any idea?
Thanks.
