[TYPO3-seminars] Limit multiple seats

Niels Pardon typo3_lists at niels-pardon.de
Wed Sep 1 09:07:39 CEST 2010


Am 01.09.2010 02:39, schrieb Sebastian Afeldt:
> I also tried something like this
> 
> plugin.tx_seminars_pi1.form.registration.step1.elements.seats.data.items {
>   1.value = 1
>   2.value  = 2
>   3.value  = 3
> }

Pretty close. Something like this should work:

plugin.tx_seminars_pi1.form.registration.step1.elements.seats.data.items {
	1 {
		caption = 1
		value = 1
	}
	2 {
		caption = 2
		value = 2
	}
	3 {
		caption = 3
		value  = 3
	}
}

Greets,

Niels


More information about the TYPO3-project-seminars mailing list