iFrame and CSS conflict

The form embeded on this page by inserting JavaScript codes in HTML element does not display in full width as expected Frontend page: Future Students — -copy Backend page: Backend editing interface The JavaScript codes embeded in the HTML element at the bottom row: <script>(function(){document.write(‘<iframe title=”Apply 2025″ frameborder=”0″ width=”100%” height=”1200px” src=”https://embed-forms.451.io/?formId=fivebranches.forms.7710&apiUrl=https%3A%2F%2Ffivebranches.api.451.io%2Fv2%2F&accessToken=e3g6PjWAv6uzdwvAgyfLYwSWgf8ssh5s5XQMW1S0&featureToken=YLQHKRFCwQh48BHDgBrlvslq5BDOEG67rE35lYrd&analyticsToken=5GgvlBG7wy35V2St48NZO24MsW0rVJP7VIB17yzU&sourceUrl=’+encodeURIComponent(window.location.href)+'”></iframe>’);})();</script>

IntraApps v2 enhancement on Faculty & Clinic

While working on “Adding two more Faculty types”, more features were implemented on the existing IntraApps (v2) module. This step can be considered as a basis for migrating all Intranet apps (or IntraApps v1) to the new IntraApps v2 module, mainly to drop the old Smarty Template engine. As of 10/31/2024, the following features are … Read more

Alumni: Fix Employers Job Posting form issues

It was found that a hidden field was not hidden and an extra email field was appended to the form. The culprit was later found to be the compatibility issue between Gravity Form (v 2.8.18) and Gravity Forms Material Design plugin (the latest version 6.6). The look and feel conflict issue was resolved on 10/13/2024, … Read more

Event: Fix the missing space between sentences

It was found that the required space between sentences are issing on the summary on the Upcoming events page as shown on this screenshot One of the original event is from this page: Graduate Degrees Enrollment Online Info Session The Upcoming Events page is built by Event plugin. So to fix it, the post-process of … Read more

IntraApps: Add extra data fields to faculty and Practitioner lists for exporting purpose

Add extra data fields to existing tables mainly for reporting purpose. Faculty List: Add Faculty Level, i.e. Senior Professor / Professor / Associate Professor / Assistant Professor / Instructor Professional Title Practitioner List: Add Professional Title Faculty Professional Title Practitioner Professional Title The Exporting feature has been implemented and task closed on 8/23/2024.