i2-Services, Inc. Forums

Full Version: Positioning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I ahve a form in a joomla site. Whenever the form moves to e.g. the completion page, it jumps to the bottom of the form, so the whole top bar and navigation is invisible unless the user scrolls to the top of the page. How can I ensure that the jump to the new page goes to the top rather than to the bottom of the form? Any ideas?

David

iamalive Wrote:
Hi

I ahve a form in a joomla site. Whenever the form moves to e.g. the completion page, it jumps to the bottom of the form, so the whole top bar and navigation is invisible unless the user scrolls to the top of the page. How can I ensure that the jump to the new page goes to the top rather than to the bottom of the form? Any ideas?

David


David,

Believe this is due to the iframe usage within your joomla site. If you were to not use the iframe and put your joomla template / HTML into the entire form template you could then link to the direct form URL and it would still have your joomla design and not use the iframe.

Quote:
Believe this is due to the iframe usage within your joomla site. If you were to not use the iframe and put your joomla template / HTML into the entire form template you could then link to the direct form URL and it would still have your joomla design and not use the iframe.


Thanks for the idea. Joomla doesn't work like that. The templates are a lot more than just html and define many of the positions. As a content management system it calls the template and the content seprately whenever required, including any additional modules on the page.

I have tried using special modules, which work in calling up the form, but don't allow the captcha to work or for the verfication process in the form.

I also had to change the php.ini to allow for fopen functions, which can be a bit risky.

No, I need another solution. But thanks for the input.

Reference URL's