Configuration of CiviProxy¶
When using the form processor behind a CiviProxy you need to white list the following api calls:
FormProcessorInstance.listFormProcessorInstance.get_outputto get information about the fields returned from a form processorFormProcessor.get_fieldsto retrieve the inputs of a form processor.FormProcessor._your_form_processor_name_to run the form processorFormProcessorDefaults.get_fieldsto retrieve the fields for retrieving default data a form processorFormProcessorDefaults._your_form_processor_name_the actual retrieval of default dataFormProcessorValidation.get_fieldsto retrieve the inputs able to validateFormprocessorValidation._your_form_processor_name_the actual validation of your form processorFormProcessorCalculation.get_fieldsto retrieve the inputs able to do calculationsFormProcessorCalculation._your_form_processor_name_the actual calculation of your form processor