Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Sure, simply use the salesforce_w2l_api_url hook and switch the URL dynamically based on your environment (e.g. a constant in wp_config, environment variable or checking the hostnames).

    Form type should not be altered as the form type is the same in production or development and changing it will cause unexpected results. It’s the environment that has changed, so check for that and return a different URL based on both (environment and form type).

    Thread Starter qrtpro

    (@qrtpro)

    Thank you very much for your availability

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Add a form_type’ is closed to new replies.