• Resolved rawadmerhi

    (@rawadmerhi)


    So I created a 2 page form in Caldera Form, one page you input the data, the other page you view all the data that have been inputed as display.

    I have seen a previous post with the answer but it didn’t say what file to input the code in. So I would appreciate if you can help me out with this issue?

    if( !empty( $_GET['cf_id'] ) ){
    
    	$entry = Caldera_Forms::get_entry( (int) $_GET['cf_id'], 'your_form_id' );
    
    	var_dump( $entry );
    
    }
    • This topic was modified 8 years, 2 months ago by rawadmerhi.
    • This topic was modified 8 years, 2 months ago by rawadmerhi.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘What file do I have to edit to enter this line of code for display before submit’ is closed to new replies.