Forums / General / Inserting a form in a text area ?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Inserting a form in a text area ?

Author Message

Nicolas Steinmetz

Wednesday 31 August 2005 3:15:54 am

Hello,

In one template, I have two text area where usually I write some text
but sometimes, I would need to insert a form for contact or other purposes.

Instead of creating a new object with a text area and a form, is-it
possible to insert a form in my second text area with a syntax like
<formxx> so that when the page is created, it display the formxx ?

To sum up, I'd like to "embed" some object in another one

I hope it's clear enough...

Regards,
Nicolas

Björn X

Wednesday 07 September 2005 1:06:13 am

yes that is something you could do

with
<embed id="xxx"> or <object id="xxx">
you can insert object in an XML text field

You could define this object with info collection properties and reuse it.

Nicolas Steinmetz

Wednesday 07 September 2005 1:20:27 am

Thanks for your answer ! :-)