Greetings,
I've been working with JA Joomla Page Builder for awhile and it has been a great tool well worth the money. Thanks for creating such a useful product.
I have a specific issue with the form that I'm trying to fix and have found a temporary work around, but would like to understand where this is set.
Specifically, after submitting a form that is somewhat long, I'd like to display the "success" or "error" messages close to the submit button so that the users can see that the submit was successful. We've had several complaints that no message is received.
Instead, since the success message is at the top of the form (which is off screen), the user doesn't see the unhiding of the div section.
The work-around that I've found is to change the jabuilder_pages database and copy the <div class="alert alert-success jub-form-success"> and similar message to just above the </form> tag in the "content" portion of the table and then modify the entry. The problem is (as expected), every time I update the page, the content gets overwritten and I have to do the work around again.
Instead, can you point me to the template, view, html, etc code which contains the formatting of the table where I can simply change the layout of the form in general so that the model will save the new location of the alert boxes to the database "correctly"?
I can, of course, copy the site, debug it with netbeans and figure out where this is done, but I've not done that in awhile and it would be helpful to update the form so that it is a bit more user friendly without going into full blown debug mode.
There's likely a "form" template override or something similar that I can quickly modify the location of the alert box and solve the problem a bit more permanently.
Thanks again for the help and thanks for creating and supporting such a great tool.
Devon