If I could send you the code or the project, would you be able to at least advise me on what I am doing wrong.
If I have to pay, so be it. I need to finish this.
Mike
Search found 19 matches
- Wed Sep 18, 2024 12:25 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
- Tue Sep 17, 2024 7:53 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
The code works perfectly as a static html page but I need to split it up to use forms for input and then process the rest of the javascript and then load the results page to show the results.
It all works as one page currently.
Mike
It all works as one page currently.
Mike
- Tue Sep 17, 2024 2:44 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
So I used the localstorage command. Here is the storeGlobals function within the <head></head> on the index.php page. I have events on the submit button that call the various functions (not shown). Does this look correct to you?
<script type="text/javascript">
function storeGlobals ...
<script type="text/javascript">
function storeGlobals ...
- Tue Sep 17, 2024 1:49 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
Thank you for your help. Regardless of the language I have to use, how do I make the Javascript function results visible in WYSIWYG Web Builder on a separate page?
Mike
Mike
- Mon Sep 16, 2024 9:00 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
This particular function (MyFEGLIFunction one) may be php but the rest of the script is most certainly javascript.
Since I need these variables to be global, where do I place this php function?
Mike
Since I need these variables to be global, where do I place this php function?
Mike
- Mon Sep 16, 2024 4:04 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
Thank you.
Right now, I have named the fields of the form elements the same as my script so that the script should take the values and calculate them properly.
On the results page, I want to display the resulting calculations.
If I need further help with hidden fields, I may ask you a few more ...
Right now, I have named the fields of the form elements the same as my script so that the script should take the values and calculate them properly.
On the results page, I want to display the resulting calculations.
If I need further help with hidden fields, I may ask you a few more ...
- Mon Sep 16, 2024 3:31 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
On the SUBMIT button, I went to the EVENTS tab and added a event.
I chose javascript as the type and entered one of the function names of my script, validate()
Do I need to set a target?
The next function to call is calculate()
Do I simply add another event, choose javascript and then use the ...
I chose javascript as the type and entered one of the function names of my script, validate()
Do I need to set a target?
The next function to call is calculate()
Do I simply add another event, choose javascript and then use the ...
- Mon Sep 16, 2024 3:24 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
Perfect. I had found the page html in a google search and now that part is done.
I will try adding events and see how it goes.
Thank you.
Mike
I will try adding events and see how it goes.
Thank you.
Mike
- Mon Sep 16, 2024 2:38 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Re: Custom javascript code on submit button press
Where do I add this to the <Head> - page or form dialog?
Do I add an event and where?
Thank you so much.
Mike
Do I add an event and where?
Thank you so much.
Mike
- Fri Sep 13, 2024 2:22 pm
- Forum: Off Topic Section
- Topic: Custom javascript code on submit button press
- Replies: 21
- Views: 8146
Custom javascript code on submit button press
I have a finished form and need to calculate custom fields and send the results to a results page.
How do I add an entire code chunk to a button? I see the javascript event but it has pre-defined brief code fragments. I have more of an entire script to run. How do I do this?
The user needs to fill ...
How do I add an entire code chunk to a button? I see the javascript event but it has pre-defined brief code fragments. I have more of an entire script to run. How do I do this?
The user needs to fill ...
- Tue Sep 03, 2024 4:24 pm
- Forum: Forms
- Topic: How do I change the value of a edit field with code?
- Replies: 2
- Views: 2618
Re: How do I change the value of a edit field with code?
Thank you. I see you can choose javascript on the dropdown. I am used to php, but not javascript as much. How do I reference the form field values in javascript?
if (document.getElementById('age').value = 0) then age.value = "Under 35";
The above code breaks the form? Any help is appreciated ...
if (document.getElementById('age').value = 0) then age.value = "Under 35";
The above code breaks the form? Any help is appreciated ...
- Tue Sep 03, 2024 3:58 pm
- Forum: Forms
- Topic: How do I change the value of a edit field with code?
- Replies: 2
- Views: 2618
How do I change the value of a edit field with code?
I have a form on the index.php page and have session storage enabled. I named all the form fields (id) appropriately.
On a separate page (results.php) I have a form with session storage enabled, the form fields (id) are named the same and it shows the form data perfectly.
However, I would like a ...
On a separate page (results.php) I have a form with session storage enabled, the form fields (id) are named the same and it shows the form data perfectly.
However, I would like a ...
- Fri May 19, 2023 5:10 pm
- Forum: Paid extensions
- Topic: Dynamic Blog Cards extension for CMS. Blog as WordPress (PAID)
- Replies: 14
- Views: 25815
Re: Dynamic Blog Cards extension for CMS. Blog as WordPress (PAID)
"Here the car сards are populated in MySQL CRUD. There is no Dynamic CMS Cards extension here, everything was written through an HTML-insert."
Not sure what you mean. I know HTML, so that is not a problem. How would I populate a web page with many 'cards' of data (image, data...)? Say I need 10, do ...
Not sure what you mean. I know HTML, so that is not a problem. How would I populate a web page with many 'cards' of data (image, data...)? Say I need 10, do ...
- Fri May 19, 2023 4:32 pm
- Forum: Paid extensions
- Topic: Dynamic Blog Cards extension for CMS. Blog as WordPress (PAID)
- Replies: 14
- Views: 25815
Re: Dynamic Blog Cards extension for CMS. Blog as WordPress (PAID)
I very much appreciate your help.
So MySql CRUD is the way to go. I will buy that extension today.
What I need to do is have a way to show a MySql database in a attractive format. This table has the business profiles in it. There are over 122,000 records, so I need a way for users to view a few ...
So MySql CRUD is the way to go. I will buy that extension today.
What I need to do is have a way to show a MySql database in a attractive format. This table has the business profiles in it. There are over 122,000 records, so I need a way for users to view a few ...
- Wed May 17, 2023 4:19 pm
- Forum: Paid extensions
- Topic: Dynamic Blog Cards extension for CMS. Blog as WordPress (PAID)
- Replies: 14
- Views: 25815
Re: Dynamic Blog Cards extension for CMS. Blog as WordPress (PAID)
I paid for this extension recently am slowly getting there. I am a MySQL and PHP programmer, so that part of it has not alluded me. However...
I have successfully installed this on the website I am working on - using WYSIWYG 18. I have input the correct mysql database information and am ...
I have successfully installed this on the website I am working on - using WYSIWYG 18. I have input the correct mysql database information and am ...
- Tue Apr 11, 2023 2:51 pm
- Forum: Paid extensions
- Topic: RANDOM IMAGES EXTENSION
- Replies: 21
- Views: 13714
Re: RANDOM IMAGES EXTENSION
Bought it.
Mike
Mike
- Sun Mar 27, 2016 6:07 pm
- Forum: Share templates with other users of WYSIWYG Web Builder
- Topic: template for monetized membership site?
- Replies: 1
- Views: 44877
template for monetized membership site?
I am looking to create a membership site, mysql database driven, with secure login, registration and the ability for people to choose a membership package, pay for it via paypal and then have the site track their membership for the duration selected. When it comes due, I would like autopay to be ...
- Thu Dec 03, 2015 4:20 pm
- Forum: [rz] archive
- Topic: [rz] Parallax Objects *** UPD 2014-Nov-13 ***
- Replies: 43
- Views: 54404
Re: [rz] Parallax Objects *** UPD 2014-Nov-13 ***
How hard would it be to re-create that basketball demo site?
I'll buy that extension today some time.
Mike
I'll buy that extension today some time.
Mike
- Thu Dec 03, 2015 3:02 pm
- Forum: [rz] archive
- Topic: [rz] Parallax Objects *** UPD 2014-Nov-13 ***
- Replies: 43
- Views: 54404
Re: [rz] Parallax Objects *** UPD 2014-Nov-13 ***
I know this thread is a bit old, but I really need parallax capability and bootstrap is a bit of a pain, so I'd rather use my tried and true WYSIWYG Builder 10.
Does this webpage: http://www.magnawebstudio.com/demo/parallaxobjects/page_3.html
Come with your Parallax Objects control for WYSIWYG ...
Does this webpage: http://www.magnawebstudio.com/demo/parallaxobjects/page_3.html
Come with your Parallax Objects control for WYSIWYG ...