[Typo3] Mail Form probs

sd at ixnl.com sd at ixnl.com
Sun Feb 13 06:33:52 CET 2005


> I have done that and i have set it to jump to another page. What happens
> then it opens another browser page _blank instead of _top. The form page
> stays in the background with all the information in it.
>
> I don't have an option in the the jump to page area to set the page to
_top

You can look up such things in the TypoScript Object Browser. Located in the
Template module in the Web section of the T3 BE menu.

You would have found out that you have to set:

tt_content.mailform.20.target = _self

to set the mailform target to _self (or _top)


greets,
Bernhard
--

Thanks Bernard.

I looked at what you said, but wasn't sure what to add, so I just went to
the contents - edit/modify, and added the line
styles.content.mailform.target =_top

and blow me down it worked

Thanks a million





More information about the TYPO3-english mailing list