Skip Navigation

[Resolved] CRED email notification gets no data from the shortcode [types]

This support ticket is created 9 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 -
- - - - - - -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 3 replies, has 2 voices.

Last updated by Philipp 9 years ago.

Assigned support staff: Waqas.

Author
Posts
#237591

hi,
I added an email notification to a cred-form to be sent after submission. I use a shortcode which expects different parameters like this:

[last_minute_check_form nummer='[wpv-post-id]' start='[types field="lmanzeigestart"][/types]' dauer='[types field="lmdauer"][/types]']

but: unfortunately the parameters getting from [types ...] are empty, so my shortcode doesn't work properly
the parameters are resulting from the recent cred form input the user has done, can I get this parameters without using the types-shortcode?

#237646

Waqas
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Dear Philipp,

This looks likes a compatibility problem. Can you please provide the plugin or theme, which creates the shortcode [last_minute_check_form]. So I can look into more details.

Please look into the CRED API here, if you want to go the other way around:

https://toolset.com/documentation/user-guides/cred-api/

Regards,
Waqas

#237968

Waqas
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Please let me know if you need more help, or the CRED API answers your query well.

CRED API is available at https://toolset.com/documentation/user-guides/cred-api/

#239296

We used a shortcode and had to do WP Querys to retrieve all parameters.