Submission limits and retention of results even after page reloading
-
Hi,
Thank you for awesome plugin and system. Here is some questions;
In Submission Behavior > After submission we can set Inline Message, then we can limit submissions to 1 and we can set Expiration Message, but is it possible to show our custom inline message instead of expiration message? We use conditions in after submission message, and it would be awesome if we can show submission result even after page reloading, we use basic form in this case.
Another solution if we will use quizzez > personality test instead of basic contact form.
Is it possible to use acf field shortcodes in result pages? I think we resolved this case with this code, because we use mycred and it works great,
add_filter( ‘forminator_quizzes_render_nowrong_result’, ‘allow_shortcodes_on_quizz_results’, 15 );
function allow_shortcodes_on_quizz_results( $content ) {
return do_shortcode( $content );
}But, we have another problem with url, because after submission url address changing to example; someaddress. some /entries/44/
and acf field not works for this reasonSo if we use personality quizz;
1. Can we limit submissions and can we show personality test results for logged in users even after page reloading?
2. Can we keep url address without url/entries so then we can use acf field data from current page where our quizz form is?
Which is more easier case (form or personality quizz) if we want create questions with results and if we want show results to our users forever (all customers have account so they must logged in first to our page) and of course we set limitation for submissions max 1 submit per user.
Thank you in advance.
- The topic ‘Submission limits and retention of results even after page reloading’ is closed to new replies.