> temp.Form = FORM
> temp.Form.type = https//meine.domain/index.php?{TSFE:id}
> ...
Lösung gefunden. Für interessierte: type wird doch noch gewrapt. Es
funktioniert also:
temp.FORM = FORM
temp.FORM.type = index.php?id=
temp.FORM.dataWrap = https://meine.domain/|{TSFE:id}
Gruß, Steffen.