Hello,
i'm trying to show a form made with RS forms in a seblod article... I show the form in the seblod content type through a field with {rsform 1}.
In rsform i can use php to change a form field with the titel of the article the vistor is on.
But i can't seem to render the title.
i used...
$formfieldname = echo $cck->getValue(art_'title');
$formLayout = str_replace('{fieldinseblodthatshowsform}', $formfieldname , $formLayout);
If i use
$meubel = test;
$formLayout = str_replace('{meubeltitel}', $meubel , $formLayout);
it works en in the form i see the word test.
Bu i want the titl of the article. So i know from what page the form is send.
Anyone an idea?
Thanks and greetings,
Joris