[ad_1]
Is there a plugin that takes in the users and draws a little image? Lets say an easy example: the page press this button to draw you rectangle. User puts in 100 and 50 and the rectangle is drawn benet on the page. Is this possible? I would like to integrate it into Calculated fields forms.. 🙂 Hope it makes sense..
[ad_2]
Well, if these are very simple shapes you can get away by doing this with css. You can copy them from here
You wouldn’t even necessarily need PHP, you can use JavaScript to change length or width of the shape.
So you could use the custom code widget and add some front end code for a simple solution