Forums / General / POST/ACTION send variable

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

POST/ACTION send variable

Author Message

Jens Kultima

Thursday 08 November 2007 4:45:15 am

Hi,

I have a button, when I click on it it sends an action requst to edit the current node. That works perfect. The questions is how do I send an extra variable with the edit requst so that I can reach this variable in the edit mode?

My code look like this:

<form method="post" action={concat("content/edit/", $node.object.id)|ezurl}>
		<input class="button" type="submit" name="editButton" value="Aktivera/inaktivera projekt" />
	</form>

Thank you!