Travis Tidwell

Results 185 comments of Travis Tidwell

You can modify where this goes by altering the following code. https://github.com/formio/formio.js/blob/master/src/PDFBuilder.js#L221 You can then just send this file whereever you want. ```js // This is how you override the...

Inside of your custom component you can do the following which will have it go to certain pages. ```js // Go to page 3. this.root.setPage(3); ``` This can also be...

Type the following within your project folder. ``` npm install formiojs ``` This should bring in the latest core renderer which does resolve this problem. If that works, then it...

Wow! Thanks. I will have one of our React developers take a look at this next week and see if we can get a new build with these improvements. Thanks...

Unfortunately, this PR now needs to be rebased. We are planning another release of this library soon, so if you can get that in, we will be sure to include...

You can use the Public project configurations, add those public configurations to the form json, and then you can replace this with the following. ``` {{ config.baseUrl }}/GRC.... ```

If you are not using our Enterprise solution, then you will need to manually add this to the Form JSON yourself within the "config" property of the form.

Thanks for the bug report. We will take a look.

I am supportive of this change. You would just need to add an ```this.emit('cancel')``` around this line. https://github.com/formio/formio.js/blob/master/src/Wizard.js#L707 if you create the pull request with this change, we will include...

I like it!!! We are working on the failing tests but I see no reason to include this in the 4.15.x version