Navigating to External Webpage

So one of the last steps to see if WeWeb is viable for my use case… I need to navigate a user from WeWeb to DocuSign or a DocuSign Embed. I cant see an option in a workflow to do that. Once I find that I can probably figure out how to concatenate all the values in a PowerForm URL to send to docusign.

Thanks!

Hello @blastingbytes,

In the second tab parameter of your element, you can define a link to an external page
Screenshot 2022-09-27 at 11.26.42

We never have the use case where we need to embed DocuSign. I think it’s possible, but I can’t be 100% sure

I was able to get the redirect of a powerform to work for me. I used this video for the general outline and and able to concat all the form fields using javascript. It’s basically powerformlink + the image below:

I may take a different approach but for now it works :slight_smile:

Also, thanks for that info, I may use that instead of the way I’m doing it. Thats simpler.

Does this not work in the editor preview mode?