Hi,
That appears to be a custom feature developed for mojoPortal. Usually, with mojoPortal, features are added to pages (virtual mojoPortal pages) and the feature handles all of it's own rendering. Try this to figure out what feature is rendering this form:
- Login to the site
- Go to the page with the form
- You should see a "settings" link somewhere close to the top of this form
- A settings page will open, with a tabbed view of settings. The first tab will be something like "Acme Form Settings", where "Acme Form" is the name of the feature. Take note of this.
- Go to the administration menu, should an "Administration" link somewhere on the page.
- From the Administration Menu, select Advanced Tools and then Feature Installation and Configuration
- Scroll through the list of features until you find the feature name you noted in step 4 above. Click the gear icon to the left of feature's name.
- The path and name of the file that controls the form in question will be in the "Control Source" field. Take note of this.
- Use the path and file name from step 8 to locate the file on the server.
These steps will get you to the entry point for the feature. If the code for the feature has been compiled, you will need to locate source code before you can make any substantial changes.
I hope this helps,
Joe