Yes, it’s possible. I may need to add an additional shortcode or two to cover this scenario.
Something like this is possible with a shortcode in the latest update:
* New shortcode, [rsvpmaker_next], displays just the next scheduled event. If the type attribute is set, that becomes the next event of that type. Example: [rsvpmaker_next type=”webinar”]. Also, this displays the complete form rather than the RSVP Now! button unless showbutton=”1″ is set.
I wondered if you meant that you would like to be able to embed just the form (not the headline and body of the post), or if you just want the event to be displayed with the form showing rather than the RSVP button.
The [rsvmpmaker_upcoming] shortcode already allows you to embed a single post, but it shows it with the RSVP Now! button so people have to click through to the event before they will be able to fill out the form.
I’m thinking I may add support for shortcodes in the format
[rsvpmaker_one event_post_id=”123″] with the form shown by default as in the rsvpmaker_next example
and
[rsvpmaker_form event_post_id=”123″] for displaying just the form
I came across a situation the other day where being able to embed just the form in a landing page would have been useful.
Let me know if I’m understanding what you’re looking for.