External Form with Content
Permalink
Hi, I'm new with Concrete and so far I like it a lot. I have a problem though, and I hope somebody has the answer: I'm trying to inlcude an external form (basically a php snippet) in a Content block. I've tried to simply drop the php code in my block but it seems the parser is smart enough to stop me from doing it.
Similarly, in the same Content block I want include a Concrete Form as well.
Essentially my page needs to have a series of tabs, each tab holding different Concrete blocks. Is this possibly or not?
Thank you,
Virgil
Similarly, in the same Content block I want include a Concrete Form as well.
Essentially my page needs to have a series of tabs, each tab holding different Concrete blocks. Is this possibly or not?
Thank you,
Virgil
1) check out the custom form block if you haven't already. You can stick your PHP files in a directory within /blocks/custom_form/forms and they'll work as blocks on the site
2) it sounds like you need some CSS tab action as part of your site. I'd probably do that custom as part of a template - and then on edit mode switch it out with a big grid where your site owner can just edit the content without worrying about tabs (if they get funky in edit mode)