Hi, sorry for the the long post, I hope someone has the patience to reply :)
I'm able to embed the Job Listings easily into our site using the URL as
the iframe src just as described in the documentation. The problem is, we have
a very distinct styling theme to our site and keeping the design consistent with our
page beneath is crucial.. This would be extremely easy to resolve if you gave
an ALPHA option in the theme section, where I could choose to have the backgrounds
transparent, or alternativaly give full access to the CSS of the page I'm embedding.. I'm assuming
this should be possible somehow but can't find a way to do this, please help..
Also when using the iframe in this way, clicking on 'APPLY' or on the listing itself
opens up the info/apply-form in a new window instead of a popup like it does in the example..
Of course it's because of the iframe but the question is, since you give an option to embed the 'web forms'
inside my page like a widget (HTML), is there a way to connect between the iframe and the widget
so the popup opens on my webpage and not in a new window?
My plan B is to use the API and just populate the job listings straight onto our site, I was
able to map an object from ../recruit/private/json/JobOpenings/getRecords... that I can work
with, the question is can I use the API just for the job listing view and use the embedded popups
for the APPLY functionality without having to rewrite the code for it?