Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Hello,

Can't seem to find the documentation that I swear I saw at one point that said the ID fields must meet certain criteria? Am I crazy?

As posted in this thread it seems injecting radio buttons into a PDF is not supported -- is tha

Is there a swagger definition file available for the REST API?

Replies Created

Reply to:

0 votes

Thanks Duo -- above and beyond, much appreciated. Especially for the example documents, made things much easier to understand.

The indexing did the trick for the radio buttons. I believe they are indexed by the order they were first created on the form -- most likely I created the button that would become 'Yes' first.

It does seem that Lists are working as expected with this config:

eSign List

{
                            "type":"INPUT",
                            "subtype":"LIST",
                            "name":"List-Signer1",
                            "id":"List-Signer1",
                            "value":"Option 2",
                            "validation": {
                                "required":true,
                                "enum": [
                                    "Option 1",
                                    "Option 2",
                                    "Option 3"
                                ]
                            }
                        },


Subscriptions

Topics Replies Freshness Views Users

Hello,

Can't seem to find the documentation that I swear I saw at one point that said the ID fields must meet certain criteria? Am I crazy?

1 2 years 10 months ago 65
Profile picture for user Duo_Liang

As posted in this thread it seems injecting radio buttons into a PDF is not supported -- is tha

2 3 years 3 months ago 131
Profile picture for user Duo_Liang
Is there a swagger definition file available for the REST API?
2 4 years 9 months ago 241
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.