
Announcements
I'm currently working on a page that passes a query string using "id". There are two forms on the page. One is a view only, the other creates a new record. However, when the page loads with the query string, the footer is in the new record form.
I can't figure out why it's doing this. If I don't pass in the query, the footer and form are normal except for the fact that the read only form doesn't load (which makes sense because the query is gone)
The issue goes away if I put a different new record form
What's going on here? Any help would be appreciated.