Hello,
I have created a page with the following content:
<p>This line contains a textfield [textfield?name=txt1]. This is the second line</p>
<p>Second paragraph [textfield?name=txt2]. Etc</p>
<p>Second paragraph [textfield?name=txt2]. Etc</p>
What I want is to generate a page (using a module) where the text is scanned and all "[textfield]" is changed to an actual textfield. Without labels or other markup stuff.
I have looked at the Forms API, but as far as I have seen, it can't insert fields into existing text. The only possibility seems using the prefix argument, but is there a different way?
Tia,
Newby









