Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder
Question de Wibernet
1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.
I want to add a iframe in the steps in my case a coverage map iframe but wont allow me to put it in rich text? Anyway around this?
Hello, You can click the button "View source" in the toolbar of the rich text editor to add your own html code : <iframe src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik"></iframe> You will also need to use this css rule in the "Custom CSS" option of the form to define the size of the iframe : #estimation_popup .lfb_richtext iframe { width: 300px !important; height: 200px !important; }
Thank you!