1👍
Try:
<input name="{{ listEntry.someId }}" type="hidden" value="{{ listEntry.value }}" />
However if you have one <form>
element per row, you need to give submit
action a value based on which row it is too.
Source:stackexchange.com
1👍
Try:
<input name="{{ listEntry.someId }}" type="hidden" value="{{ listEntry.value }}" />
However if you have one <form>
element per row, you need to give submit
action a value based on which row it is too.