WPForms Project

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Hello,

Here are changes that I need for my website’s WPForm plugin running the conversational form addon
from WPForms. They require custom modification hence why I am looking for someone with experience
with WPforms or backend PHP scripting.

Here are my requirements:

1) The conversation form I have it running on a popup with popup maker (read the instructions on the
website). Since the typeform can’t be integrated normally with WPforms embed, I am using an iframe
but when the form is on the iframe the fields are not showing properly. What happens is that when an
option is selected the screen scrolls down half way through the question. This doesn’t happen when I
view the form from a non-iframe window (cosmosis.io/get-started is the main form without popup).

To access the popup pls click this link: https://cosmosis.io/ Then click on the “Get your affirmation”
button to open the form in an iframe.
2) I want the total price to show somewhere fixed on the form such as the footer where the progress
bar is. I want it there since prices will change as users select different options and scroll down through
the form.
3) On existing items within the form I want to change the – to a plus beside every price item. So for
example “Exceptional - $ 50.00” I want to change to “Exceptional +$50.00”. I want to replace the – with
a + and remove the space between the + and dollar sign $.
4) If a price is 0 dollars I want to replace this with a string that says “Included in Price”

5) I only want 1 item to drop down only for 1 field within my form (other forms should have more than 1
item show on the dropdown).

6) For the dropdown field I want the text box with options to still appear when I use the “Multiple
Options Selection” option within the field. When I enable the “Multiple Options Selection” option, the
text book disappears. Please advise.
7) For the single line text input I want to have the option for users to press a + or – button to add or
remove an additional line input below the first input. I want to have up to 10 lines that can be added
with a + (plus) button. Please advise.

8) The standard range slider as well as the custom range slider cannot be used with the total price.
Is there any way I can add some code into the plugin to read the slider input and define a price
to add to the total price? (or a multiplier like 1.1x, 2.5x etc.) I currently defined 2-30 as custom
steps (2,3,4,5,6) without using 2-30 with 1 step. Therefor the output is a variable rather than an
integer which I can associate a multiplier/additional price with.

9) Am I able to add a field where instead of each item having a price I can add a multiplier which
impacts the total price (from 0.5x to 20x).

You might also like