I need to put a www.domain.at in front of index.php?option=com_ckforms&view=ckforms&task=send&id=1 to the submit button of the form (see below).
<form action="index.php?option=com_ckforms&view=ckforms&task=send&id=1" method="post" name="ckform" id="ckform1" class="ckform " enctype="multipart/form-data">
The form should be shown on facebook as an iframe.
Auf deutsch:
Ich möchte das Formular als Tab auf einer Facebook-Seite anzeigen lassen. Leider setzt mir FB die Facebook-Domain vor den oben genannten Link (nach form script). Das Formular funktioniert so nicht. Ist es also möglich die eigene Domain bereits in das Formular einzubauen?