You are viewing limited content. For full access, please sign in.

Question

Question

Diagram within a form

asked on May 22, 2020

 

I am developing a form for a fireplace/wood stove.  The applicant is required to fill in the distances where between the arrow points as shown on the diagram. 

Is there a way to insert a diagram that allows a user to update the diagram with required information

0 0

Replies

replied on May 22, 2020

Your best bet is to include in the diagram some keywords for each distance
Height to ceiling
Distance to back wall
Distance to side wall...

Then put fields underneath it on the form where they can enter values named the same things. You could even use letters on the diagram A, B, C, then have them fill out fields called A, B, C... 

 

1 0
replied on May 22, 2020 Show version history

You can definitely insert an image using the Custom HTML element and embedding an image that is hosted somewhere.

<img
 src="https://www.laserfiche.com/wp-content/uploads/2020/05/LF_Logo-Pozitiv_HEDER_2020.png"
 title="Laserfiche logo" alt="Laserfiche logo">

As for moving fields to be overtop of the image and in the proper places between the arrows, good luck. You'll have to spend a lot of time playing around with CSS and changing margins.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.