Reply To: Getting just the data out…

Home Forums Quform WordPress Getting just the data out… Reply To: Getting just the data out…

#32232
jwrbloom
Participant

Just sending the form to a .php to try this out:
$value = $form->getValue(‘quform_10_60’);

I keep getting this error:
Fatal error: Uncaught Error: Call to a member function getValue() on null in /home2/csi/public_html/wp-content/plugins/csi_stats/csi_roster_process.php:4 Stack trace: #0 {main} thrown in /home2/csi/public_html/wp-content/plugins/csi_stats/csi_roster_process.php on line 4

Here is my code:


		$value = $form->getValue('quform_10_60');
			echo $value;
		echo 'Hello'; 
        $post_data = file_get_contents('php://input'); 
        echo "<div> POST BODY <br>".$post_data."</div>";         

  • This reply was modified 3 years, 5 months ago by jwrbloom.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy