Hi,
I have found in sfDoctrineApplyPlugin a template called applyAfter.php that shows a message like "You have registered ok..." after the users apply for an account. It is called from the sfApply/apply action this way: "return 'After';" when the apply form is valid.
What kind of template is that? I never saw that way (return 'After';) of calling a template. Can someone give me info about that?
Second question: I show a layout with a language select when the the apply form is printed. I wouldn't like to show that language select in the page that shows the message "You have registered ok...". As the action is the same in the both pages (sfApply/apply), what should i do to hide the language select in the verification page?
Javi