Creating a plug-in to embed a HTML form to a slide

Discuss the presentation application
Post Reply
sunshine410
Posts: 5
Joined: Fri Apr 10, 2020 6:54 pm

Creating a plug-in to embed a HTML form to a slide

Post by sunshine410 »

Hi,

So that the HTML form would be directly showing up on the slide (Not bringing up the form on a web browser).
Has anyone done that?

TIA.
OpenOffice 4.1.5 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31344
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Creating a plug-in to embed a HTML form to a slide

Post by Villeroy »

ImpressForm.odp
(19.96 KiB) Downloaded 411 times
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
sunshine410
Posts: 5
Joined: Fri Apr 10, 2020 6:54 pm

Re: Creating a plug-in to embed a HTML form to a slide

Post by sunshine410 »

Interesting. How did you do that?
OpenOffice 4.1.5 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31344
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Creating a plug-in to embed a HTML form to a slide

Post by Villeroy »

The Base component is a bridge between arbitrary databases and ODF documents.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
sunshine410
Posts: 5
Joined: Fri Apr 10, 2020 6:54 pm

Re: Creating a plug-in to embed a HTML form to a slide

Post by sunshine410 »

If the local dBase db file has to be present with the .odp file then it would be quite inconvenient for easy data consolidation after data capture.
A desirable way would be to capture and store this data remotely.
Another down side is: when the .odp is converted into a .ppt file, the ppt file would mostly likely lose this important property.
OpenOffice 4.1.5 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31344
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Creating a plug-in to embed a HTML form to a slide

Post by Villeroy »

You can connect to remote databases. That simple dBase thing is just an example.
Like with any other software product, working with foreign file formats is not recommended. In particular, this is NOT an alternative editor for Microsoft documents.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
sunshine410
Posts: 5
Joined: Fri Apr 10, 2020 6:54 pm

Re: Creating a plug-in to embed a HTML form to a slide

Post by sunshine410 »

Ok, so, how did you create the ImpressForm.odp file?
OpenOffice 4.1.5 on Windows 10
User avatar
Villeroy
Volunteer
Posts: 31344
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Creating a plug-in to embed a HTML form to a slide

Post by Villeroy »

This is rather complicated. You need toolbars "Form Design" and "Form Controls".
First you create a logical form with the form navigator from toolbar "Form Design". The logical form can be linked to a database document's query or table. Then you add form controls linked to individual columns.

Follow some tutorial like this one: [Tutorial] Forms in OpenOffice.org Base.
Under normal conditions forms are attached to Writer documents and Writer documents with database forms are embedded within database documents. In fact you can manually attach forms to Writer, Calc, Impress and Draw documents.
I would not do this with Impress. I would use Writer in "web page view" disregarding print pages.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
sunshine410
Posts: 5
Joined: Fri Apr 10, 2020 6:54 pm

Re: Creating a plug-in to embed a HTML form to a slide

Post by sunshine410 »

Thanks for the response. On a second thought, I'll forego the idea of embedding form into an Impress slide.
OpenOffice 4.1.5 on Windows 10
Post Reply