How to Calling up a wsform form via data attribute

Hi everyone, do you know if it’s possible to call the id of a wsform form via data attribute.

Here the trriger button with attribut call_form :

And the form where i woul’d like to put the attribut :

image

I would like to call the id dynamically (here the form id number 6).

My goal is for each buttons to call different form with his specific form id.

Thank’s for help ! :slightly_smiling_face: