Add Java Form in the footer File

Hi guys,

I have created a form in java which has 3 steps fields and want to display in the footer area on the every page.

May I know how can we do it, as widgets are a little limited since they are sized in the footer to 40% only .

Form area is 600px by 400 px.

Since we’re using the child theme, do we create a footer.php file first? Can you pls advise.

Thanks

Hi There,

Thanks for writing in! One of option would be to setup a child theme (https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57) and then copy the wp-footer.php (x/framework/legacy/canium/footers/views/{YOUR-STACK}/wp-footer.php) into your child theme’s respective location (x-child/framework/legacy/canium/footers/views/{YOUR-STACK}/wp-footer.php).

Then you can edit the file and insert your code into the template directly and test.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.