I am trying to modify my menu to include three items that are linked to pop-up forms:
1) Apply
2) Subscribe
3) Contact
I wish to have these pop-up to a Wufoo form.
The code for this link, supplied by Wufoo, is:
<a href=”http://razorcloud.wufoo.com/forms/z7x3k1/” onclick=”window.open(this.href, null, ‘height=597, width=680, toolbar=0, location=0, status=1, scrollbars=1, resizable=1’); return false” title=”RazorCloud Contact Form”>Please fill out my form.</a>
I have not been able to discern how to accomplish this. I have tried modifying the Layout Manager, the sub-nav file, and the onepage file. Without knowing how to code in PHP, I am stymied.