Forums / Install & configuration / Form example ends up with 3 submitbuttons. Why?

"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".

Form example ends up with 3 submitbuttons. Why?

Author Message

Gerhard Hoogterp

Monday 24 February 2003 3:01:26 am

While working on a responseform which I basicly copied straigt from the formsexample in the sdk I ran into

{section name=ContentAction loop=$content_object.content_action_list show=$content_object.content_action_list}
<div class="block">
<input type="submit" name="{$ContentAction:item.action}" value="{$ContentAction:item.name}" />
</div>
{/section}

Can someone explain what it's supposed to do? In my case I just end up with 3 sendbuttons in the form which seems a tad overdone. (I did add two extra collector fields).

Thanks,
Gerhard