Search found 156 matches
- Sat Jan 04, 2025 4:24 am
- Forum: General Questions
- Topic: Help with getting subtotal to show
- Replies: 5
- Views: 403
Re: Help with getting subtotal to show
Thank you for all the suggestions. Resolution came via my son-in-law (programmer) who made a single change in the subtotal expression from Subtotal1.innerText to .value.
- Thu Jan 02, 2025 12:24 pm
- Forum: General Questions
- Topic: Help with getting subtotal to show
- Replies: 5
- Views: 403
Re: Help with getting subtotal to show
Thanks for responding. Let me ask what I hope is a yes or no question. Is it even possible to cause the results of a code based calculation to be displayed in a form field? I have this code defined variable called Subtotal1 that is the same name as that of a form field’s ID and Name and I thought t ...
- Wed Jan 01, 2025 9:33 pm
- Forum: General Questions
- Topic: Help with getting subtotal to show
- Replies: 5
- Views: 403
Help with getting subtotal to show
I have inserted into the Page HTML code into the "Between Head" and "Body Attibutes". When I preview it in the Browser or run the published version and use Inspect to show the console it is performing as expected. It shows the calculated subtotal based on the dropdown choices made for ...
- Thu Dec 19, 2024 9:09 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Thank you gofrank!
- Thu Dec 19, 2024 2:09 am
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
I am going to wait until tomorrow so I can give you an explation that will I believe will help make things more clearer. I will also add a demo project file as required. However, if I wanted to add a form reset/clear when the form is loaded on the customer's end where would I put the code? And, is ...
- Wed Dec 18, 2024 11:12 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Maybe what I really need, if even possible, is a field reset or refersh instead of clear?
- Wed Dec 18, 2024 8:44 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Yes, it is clearing the customer's choice, but in the field it left it blank. However, before they chose out of the long list of options it had text that said "Select Pattern". I just need to repopulate it so they know what the field is about. Because it is a Select it Does not offer a "Place Holder ...
- Wed Dec 18, 2024 7:37 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Can I ask you one more thing? The clear is working great, but it removes the text from the field being cleared (e.g. Seclect Pattern" and leaves it blank. How can I repopulate them? It tried PatternItem1Select.value = 'Select Pattern' and PatternItem1Select.value = "Select Pattern", but that was not ...
- Wed Dec 18, 2024 6:10 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Thank you! Do I need to specific a target? It appears the HTML you supplied takes care of that, correct? Finally, just to make sure, nothing goes within the parantheses, right?
- Wed Dec 18, 2024 5:41 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Sorry to be a pest, but I am in the Radio Button choosing Add Event and I selected onclick for the Event, but under action I don't see Select All. Can I trouble you for some further clarification?
- Wed Dec 18, 2024 5:26 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Thank you very much. That is extremely helpful. Just to clarify, field1 and field2 are the names of the fields I want to clear, correct? Is the replacement the ID (e.g. PatternItem1Select), or its "name" (e.g. CustomPattern1)? Thank you again for your help!!
- Wed Dec 18, 2024 4:37 pm
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Re: Possible to use Radio Button to clear specific fields
Is it possibly to use the AI option to write some or all of the script? I also may have my son-in-law, who is a programmer, to potentially assist(?). In terms of my learning JavaScript, I am up in the senior years and and it may be a challenge, but I plan on trying. I have been out of IT and ...
- Wed Dec 18, 2024 1:25 am
- Forum: General Questions
- Topic: Possible to use Radio Button to clear specific fields
- Replies: 17
- Views: 1164
Possible to use Radio Button to clear specific fields
I have a Radio button called "clear". What I want to accomplish is when it is selected it clears specific fields, that is set them to their intial values. Is this possible by setting up conditions, or will this require a custom script? If it can be done by the former, how would I achieve this ...
- Tue Dec 17, 2024 10:38 pm
- Forum: General Questions
- Topic: Help with Condition Formula and Calculation
- Replies: 8
- Views: 886
- Tue Dec 17, 2024 6:45 pm
- Forum: General Questions
- Topic: Help with Condition Formula and Calculation
- Replies: 8
- Views: 886
Re: Help with Condition Formula and Calculation
Pablo, yes, as soon as I read your response, I removed the "$". You asked for an updated example. See below. In it there are three rows of entries, each which have subtotals. Each subtotal sums the InstockItem and No Chain choices. That is working fine, but I cannot successfully sum the 3 in the ...
- Tue Dec 17, 2024 5:36 pm
- Forum: General Questions
- Topic: Getting form email with needed data?
- Replies: 1
- Views: 316
Getting form email with needed data?
When my form is sent and arrives in my inbox, I need to know both the "Text" and its associated "Value"? In the wbs sample supplied, "InStockItem1List" contains a "Text" value that is a concatentation of the jewelry item and its cost. And, when I get the email I can see what the customer ordered and ...
- Mon Dec 16, 2024 9:36 pm
- Forum: General Questions
- Topic: Help with Condition Formula and Calculation
- Replies: 8
- Views: 886
Re: Help with Condition Formula and Calculation
Thanks for replying. I will endeavor to invest some time learning some JavaScript basics. But, I am not sure my issue is related to that versus the expectations specific to WYSIWYG? For example, let's say that I have to fields, A & B, each subtotaling its row of data. Where I am having problems is ...
- Mon Dec 16, 2024 3:47 pm
- Forum: General Questions
- Topic: Help with Condition Formula and Calculation
- Replies: 8
- Views: 886
Re: Help with Condition Formula and Calculation
Still having problems. After making the recommended changes I get "NaN". I moved the formula to the InStockSubtototal condition using Condition=change, Action=calculate, and Target=InStockSubtotal entering the following into the Expression field: Number([InStockItem1Subtot])+Number ...
- Sat Dec 14, 2024 10:36 pm
- Forum: General Questions
- Topic: Help with Condition Formula and Calculation
- Replies: 8
- Views: 886
Help with Condition Formula and Calculation
In my first condition (two listed so far out of 5 needed) I meed to multiply the Select Pattern by 2. However, it only gives me the value x 1? My formula is listed below. What am I not doing correctly? Number([JewelryItem1Select])+Number([Antiqued1Select])+Number([PatternItem1Select])*2 Thank you ...
- Fri Dec 13, 2024 11:59 pm
- Forum: General Questions
- Topic: Need help with field calculation
- Replies: 1
- Views: 365
Need help with field calculation
I would like some help with a form condition. I am trying to set up a series of conditions in the Custom Item field where when a selection is made (e.g. Bracelets, Earrings, etc.) it takes the value associated with that selection and enters it in the Custom Subtotal field. My goal is to get this to ...
- Tue Dec 10, 2024 7:48 pm
- Forum: General Questions
- Topic: Help with Form Calculations not working
- Replies: 4
- Views: 586
Re: Help with Form Calculations not working
Thank you for taking time to look into my inquiry. Your response met out need. Looking forward to seeing what the future release offers.
- Tue Dec 10, 2024 5:00 pm
- Forum: General Questions
- Topic: Help with Form Calculations not working
- Replies: 4
- Views: 586
Re: Help with Form Calculations not working
As requested, I stripped the form fields and grids that were not relevant and reattached the updated project. In the interim, my wife and I kept working at it and did make some progress. However we would appreciate your looking at and providing input on our approach and critiquing it. I suspect our ...
- Mon Dec 09, 2024 11:36 pm
- Forum: General Questions
- Topic: Help with Form Calculations not working
- Replies: 4
- Views: 586
Help with Form Calculations not working
I could use some help. I cannot seem to get the field In-StockSubTot (name:InStockSubTotal) to total. The formula in its condition box is set to: Number([InStockItem1Subtot])+Number([InStockItem2Subtot])+Number([InStockItem3Subtot]) with the target set to InStockSubTotal. I tried putting it in ...
- Mon Dec 09, 2024 1:28 pm
- Forum: General Questions
- Topic: Help with Condition Calculation
- Replies: 0
- Views: 909
Help with Condition Calculation
I have added a condition in the field InStockItem1DropDown which takes its value and adds it to InStockChainLen1 and places the result in a field called Total. That works fine. How do I add a dollar sign in front of the amount? My working formula is: Number([InStockItem1DropDown])+Number ...
- Sun Dec 08, 2024 9:04 pm
- Forum: General Questions
- Topic: *** SOLVED *** Urgent Need help in debugging form issue
- Replies: 7
- Views: 800
Re: Urgent Need help in debugging form issue
Thanks to everyone and your help and suggestions. I got the form working using all of them including reducing complexity and updating the “name” in configuration of each field to exclude any spaces and dashes and underscores.
- Sat Dec 07, 2024 2:14 pm
- Forum: General Questions
- Topic: *** SOLVED *** Urgent Need help in debugging form issue
- Replies: 7
- Views: 800
Re: Urgent Need help in debugging form issue
Good thoughts! Thank you I will take them into consideration.
- Sat Dec 07, 2024 12:42 pm
- Forum: General Questions
- Topic: *** SOLVED *** Urgent Need help in debugging form issue
- Replies: 7
- Views: 800
Re: Urgent Need help in debugging form issue
Thank you for the help. I will take a look at all 3 recommendations. One question, is the “the 'from' address is the email that is entred by the user” referring to the email entry my customer enters on the form, or my address entered in the form configuration by me?
- Fri Dec 06, 2024 10:35 pm
- Forum: General Questions
- Topic: *** SOLVED *** Urgent Need help in debugging form issue
- Replies: 7
- Views: 800
*** SOLVED *** Urgent Need help in debugging form issue
I have a form that I am having problems trying to identify why I keep getting an intermittent failure page? I am testing the form realtime across 6 different devices (e.g. desktop, latptop, two iPhones, and two iPads) and 3 different browsers (e.g. Chrome, Firefox, and Safari). After I publish the ...
- Thu Dec 05, 2024 5:02 pm
- Forum: General Questions
- Topic: Additional Info Avaialbe on Form Settings
- Replies: 6
- Views: 586
Re: Additional Info Avaialbe on Form Settings
Yes, you are correct I found it (the help I sould have been looking at). I realized I was clicking on the magnifying glass and not the "?" mark for help. Now that I am looking in the correct area this should be a big help. Thank you for pointing that out.
- Thu Dec 05, 2024 3:00 am
- Forum: General Questions
- Topic: Additional Info Avaialbe on Form Settings
- Replies: 6
- Views: 586
Re: Additional Info Avaialbe on Form Settings
Thank you. That was very helpful!
- Wed Dec 04, 2024 10:41 pm
- Forum: General Questions
- Topic: Additional Info Avaialbe on Form Settings
- Replies: 6
- Views: 586
Re: Additional Info Avaialbe on Form Settings
I have read "How to use the Form Wizard", "Creatng a Form", "Form Conditions and Calculations", "Form Input Fields", as well as searched Help for more info on what is the impact of checking read "Auto Complete" and "Auto Focus" for example. I have some idea, but I wanted to get more detail from ...
- Wed Dec 04, 2024 8:08 pm
- Forum: General Questions
- Topic: Additional Info Avaialbe on Form Settings
- Replies: 6
- Views: 586
Additional Info Avaialbe on Form Settings
I would like to know where I might find additional domentation on what is the impact in senabling certain form field settings such as Auto Complete, Auto Focus, Floating Label, etc.? Thank you.
- Tue Dec 03, 2024 3:30 pm
- Forum: General Questions
- Topic: Not getting response from ##error##
- Replies: 3
- Views: 416
Re: Not getting response from ##error##
I amm glad to hear I have the error capture set up correctly. When the order form fails this page shows up and I see everything, including the text "Reason for the failure: ##error##", but no reason is provided.
- Tue Dec 03, 2024 2:59 pm
- Forum: General Questions
- Topic: Not getting response from ##error##
- Replies: 3
- Views: 416
Not getting response from ##error##
I need some help with the proper use or specifying the ##error## on my error page. My order form is erroring out (not every time), so I inserted the ##error## in text in my error page, but I don't get any response when a failure occurs. Do I have it set up correctly? If not, what do I need to do ...
- Fri Nov 29, 2024 11:18 pm
- Forum: General Questions
- Topic: Help with Form Conditions
- Replies: 5
- Views: 582
Re: Help with Form Conditions
I found a solution. If either the Cash or Check Radio Buttons are chosen, then the "Ship to me please" is hidden". If Paypal is chosen then the action is chosen to "show" the "Ship to me please" option. The latter was set up because if they choose the cash check option and the latter disappears it ...
- Fri Nov 29, 2024 11:06 pm
- Forum: General Questions
- Topic: Help with Form Conditions
- Replies: 5
- Views: 582
Re: Help with Form Conditions
Thanks for the clarification and I think I understand your point. Maybe, you can help me with some suggestions on configuring things? What I want to do is when the user selects either the cash or check option the only option is Customer Pickup. If they select Paypal, that both Customer Pickup or ...
- Fri Nov 29, 2024 9:53 pm
- Forum: General Questions
- Topic: Help with Form Conditions
- Replies: 5
- Views: 582
Re: Help with Form Conditions
I am confused! I thought I was following the directions in the WYSIWYG publication, “ Form Conditions and Calculations” (https://www.wysiwygwebbuilder.com/conditions.html where it says: “Example 1: Enable the submit button with a Checkbox Step 1 Create a form with a checkbox and a submit button. Add ...
- Fri Nov 29, 2024 7:06 pm
- Forum: General Questions
- Topic: Help with Form Conditions
- Replies: 5
- Views: 582
Help with Form Conditions
I read the instructions on setting up conditions in a form and have gotten some to work, but I cannot seem to get the following to work: Grids PaymentGrid and DeliveryMethodGrid: Condition 1: When either RadioButton1 or RadionButton2 for PaymentGrid are selected, CustPickup in DeliveryMethodGrid is ...
- Fri Nov 29, 2024 2:48 pm
- Forum: General Questions
- Topic: EditBox in 440 Breakpoint no displaying
- Replies: 9
- Views: 774
Re: EditBox in 440 Breakpoint no displaying
Thanks for the help. I am having problems with implementing the solution because when I select the field and hit Alt-Enter I get a completely different dialog box for the EditBox4. Is the "Property Inspector" a different tool?
- Thu Nov 28, 2024 11:44 pm
- Forum: General Questions
- Topic: EditBox in 440 Breakpoint no displaying
- Replies: 9
- Views: 774
Re: EditBox in 440 Breakpoint no displaying
Ok, I need to revise my request. The EditBox4 is actually visible (in WYSIWYG Web Builder), what is not is the Place Holder text "Apt or Other". It display in the other breakpoints, but not in the 440. I have checked and rechecked the settings. Note, it does show up when I "Preview in Browser".
- Thu Nov 28, 2024 11:02 pm
- Forum: General Questions
- Topic: EditBox in 440 Breakpoint no displaying
- Replies: 9
- Views: 774
Re: EditBox in 440 Breakpoint no displaying
Do I still need to do something? I could really use the help so I can fix the issue and republish an updated website. Thanks.
- Thu Nov 28, 2024 9:56 pm
- Forum: General Questions
- Topic: EditBox in 440 Breakpoint no displaying
- Replies: 9
- Views: 774
Re: EditBox in 440 Breakpoint no displaying
Thank you!
- Thu Nov 28, 2024 9:27 pm
- Forum: General Questions
- Topic: EditBox in 440 Breakpoint no displaying
- Replies: 9
- Views: 774
- Thu Nov 28, 2024 8:42 pm
- Forum: General Questions
- Topic: EditBox in 440 Breakpoint no displaying
- Replies: 9
- Views: 774
EditBox in 440 Breakpoint no displaying
In my form, for breakpoint 440, within AddressGrid the Editbox4 does not display. It shows in 1280 and 768. Can someone help me to get it to show up and why I am having this issue? Much thanks!!
https://www.greensphotoimages.com/alljo ... y_11_28_25 EditBox4.zip
https://www.greensphotoimages.com/alljo ... y_11_28_25 EditBox4.zip
- Mon Nov 25, 2024 8:51 pm
- Forum: General Questions
- Topic: Question on use of gutters, margins, and pdding
- Replies: 13
- Views: 1196
Re: Question on use of gutters, margins, and pdding
In most cases I found that it looks either identical or very very close. This seems to be an isolated issue, but if it could be corrected that would be great!
- Mon Nov 25, 2024 6:31 pm
- Forum: General Questions
- Topic: Question on use of gutters, margins, and pdding
- Replies: 13
- Views: 1196
Re: Question on use of gutters, margins, and pdding
Well you are right, when I previewed the page it was correct. Question? I thought in development, I would see what it would look like published? I suspect as the developer and through experience you knew that would be the case, right?
- Mon Nov 25, 2024 5:30 pm
- Forum: General Questions
- Topic: Question on use of gutters, margins, and pdding
- Replies: 13
- Views: 1196
Re: Question on use of gutters, margins, and pdding
Thanks, but I still could use some clarification. So I am providing an example wbs file that I am hoping can be used to help clarify what I am asking? It contains 3 LayoutGrid structures. LayoutGrid17 and 18 represent my question and LayoutGrid1 and 2 how I chose to solve it. Each one contains two ...
- Sun Nov 24, 2024 11:35 pm
- Forum: General Questions
- Topic: Question on use of gutters, margins, and pdding
- Replies: 13
- Views: 1196
Re: Question on use of gutters, margins, and pdding
At first, my asking was based on more of an academic question, but came to be something tangible as I am trying to educate myself thru example. I have a Layoutgrid that contains two side-by-side text elements. The grid is structured as two 6x blocks, each one containing a text element. Between them ...
- Sun Nov 24, 2024 7:11 pm
- Forum: General Questions
- Topic: Question on use of gutters, margins, and pdding
- Replies: 13
- Views: 1196
Re: Question on use of gutters, margins, and pdding
Thanks for responding. Is there ever a need to use negative margin values?
- Sun Nov 24, 2024 5:49 pm
- Forum: General Questions
- Topic: Question on use of gutters, margins, and pdding
- Replies: 13
- Views: 1196
Question on use of gutters, margins, and pdding
Is there an article that someone could recommend, that pertains specifically to the WYSIWYG program, that gives some clear education on how value entries for gutters, margins, and padding settings influence the layout when it specifically comes a design element within a Flexgrid? I have read some ...