request = $application->request; } /** * Get all the flatten form inputs for shortcode generation. */ public function index() { $formId = $this->request->get('formId'); wp_send_json((new Fields())->get($formId), 200); } }