It would be nice if the Newsletter v3-subscription-module had a tag, indicating what function the form has.
(Subscribe, unsubscribe and so forth).
Currently I have to create two templates with different translation tags for the submit button's value, as the customer demands that the button does not simply say "Submit".
I would be able to input different translation tags, if I was able to do something like this:
<!--@If(SignupType=='1')--><!--@Translate(Newsletter_name_subscribe, "Subscribe", global)--><!--@EndIf--> <!--@If(SignupType=='2')--><!--@Translate(Newsletter_name_unsubscribe, "Unsubscribe", global)--><!--@EndIf-->
Anyone got a better solution, or would you also like this?