For a client I made a form which is used on each project to report problems.
The client is now asking if he can put an image in each project form (form builder should read this from page data). on the image the user should be able to put a marker and send this with the form.
Would be nice if someone here could point me in the right direction.
Any help is appreciated.
Form Builder + put marker on image
Re: Form Builder + put marker on image
Store the image to a smarty var and then display it in your FB template.
Have a text input and put a display:none on it. Then use js to record where the user clicks on the image and put the value in the text input.
Have a text input and put a display:none on it. Then use js to record where the user clicks on the image and put the value in the text input.

