vmichnowicz / vwm_polls

Free ExpressionEngine Poll Module and Fieldtype
Apache License 2.0
16 stars 8 forks source link

Set action for forms #21

Closed rgruyters closed 10 years ago

rgruyters commented 10 years ago

I don't know if this is already possible, but I need to set a custom action URL, rather than to default index page.

Is this possible?

For example:

{exp:vwm_polls:poll entry_id="{entry_id}" field_id="{poll:field_id}" action="{current_url}"}
vmichnowicz commented 10 years ago

No, this currently is not possible. Why would you need it to POST to a different page? I don't this this would be a difficult addition but I'm curious about it :)

rgruyters commented 10 years ago

For me the index page is not generated through Expression Engine.

vmichnowicz commented 10 years ago

Ah, OK I think I get what your saying. Should be fixed with your pull request.