Is it possible to have a custom page processor yet render the default Form 
content model associated to the page?

I would like to intercept the posted form data, yet use the default 
rendering for the form itself. (The content model for the page is Form)

I tried the following but it doesn't work:

@processor_for('rsvp')
def rsvp_form(request, page):
    return {'form': page.get_content_model()}

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to