You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Launch OFFS form inside plugin

Summary:

In OFFSC plugin, I am trying to launch OFFSC forms from plugin, for that I am referring official ofs forms ad plugin documentation. OFS form is launching from plugin but form content is not showing. their is no error also observed. below is the method I am using OFFSC post message: 

this.send({
      "apiVersion": 1,
      "method": "close",
      "backScreen": "open_form",
      "backFormLabel": formLabel,
      "backActivityID": parseInt(this.activity.aid)

    });

 


Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!