dustundag
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Curve for results or from user inputHi
I have already send you custom coding if you have not received.
However, please ignore the last item.
Best Regards
DoganForum: Plugins
In reply to: [Calculated Fields Form] Page Numbers IssueI did tried to use jQuery( ‘.pbNext’ )[3].click();
Basically it did work at start, but due to multipage at somewhere it was
by passing the first page . so instead, i have used the followings successfully after following similar posts
First Page
After Radio Button with value selection 1 and 2
if(fieldname216==”1″) jQuery(‘div.pbNext:eq(0)’).click();
else jQuery(‘div.pbNext:eq(0)’).hide();
if(fieldname216==”2″) jQuery(‘div.pbNext:eq(1)’).click();
else jQuery(‘div.pbNext:eq(1)’).hide();
Third Page
After Radio Button with value selection 1 and 2
if(fieldname217==”1″) jQuery(‘div.pbNext:eq(2)’).click();
else jQuery(‘div.pbNext:eq(2)’).hide();
if(fieldname217==”2″) jQuery(‘div.pbNext:eq(4)’).click();
else jQuery(‘div.pbNext:eq(4)’).hide();Forum: Plugins
In reply to: [Calculated Fields Form] Page Numbers IssueHi
i belive It is not possible to use the snippet of code direcly with radio buttons but requires “button” or “calculated fields”, or Html content ?Forum: Plugins
In reply to: [Calculated Fields Form] Page Numbers IssueGreats
ThanksForum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLHi
Thanks for your great support!
Best RegardsForum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLProvided submit button added to make it a static form.
Forum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLHi
Okey, I now follow. It is normally saved in the own database. I probably need a populated database to keep it as a seperated database if required.
ThanksThe plugin saves the submitted data in a internal table, and the data can be access through the “Messages” button associated to each form in the settings page of plugin, but if you want store the submitted data in your own database, you should follow the steps below:
Forum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLHi
Okey, I think calculated fields wp currently does not support saving to database for past records.
What i have meant was probably a feature similar to your other mod “Contact Form to Email” Saves messages into database, i.e saves forms into database.
Thanks, anywayForum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLWell, may be that is what ? misunderstand? I am looking for feature to keep the records in the database rather than populating from.
we do inspection quarterly.
We want to keep the site inspection checked by us per visit and give print out when necessary. we also want to let the client or our staff access to the past records from web if possible.
Most of our existing forms are based on excel radio buttons and some of them
data for pressure, finally comments and advise, date etc.Forum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLI am just after the basic single line report and nothing complicated provide i get the radio buttons for yes, no or n/a!
-database’s table: my_users radio button, txt
-the structure – selection yes, no, n/a (radio button) textForum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLI am just trying to create basic maintenance form similar to excel
mainly radio buttons. What will be saved, round selected circles or Yes, No
or NA
Say Valve 1
1) Radio Button
Valve 1 Checked
Yes, No, NA2) Pressure Noted
Value: 10 BarForum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLHi
It does not save post_status=”publish” but do save as post_status=publish
But i do not see any selection button.
Do you mean that as a similar example for Field Type: Radio ButtonsUsing Field Type: Radio Btns DS
Select a Choice – First Choice, Second Choice, Third Choice
I can not use query structure but i have to use Custom Query?
Do you have any sample custom Query ?
Best RegardsForum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLHi
However the link page does not give the full information and I am stuck at query structure!
Should i fill on the field Type: Radio Btns DS as follows
Query Structure
Column for values: $field1′, ‘$field2’, ‘$field3
Column for text :field1, field2, field3
Table name: my_users
Conditions: publish
Order by: display_name ASC
Limit:100
When i test the query, ? get the following
Array
(
)
I also get no selection radio buttons on the form previewForum: Plugins
In reply to: [Calculated Fields Form] Saving form results in MYSQLHi
As another user trying to use the Form Controls with Mysql Datasource Connection, I have modified cp_calculatedfieldsf_insert_in_database.php, I am stuck at a stage whereas when i preview, I get only text and no radio buttons
for the user inlet fill area?
Test connection : connection okey
Do i have to fill query structure or custom query to add mysql variables for
each line?
ThanksForum: Plugins
In reply to: [Calculated Fields Form] csv importHi
I thought “Form controls with datasource connection” only used for mysql. But as it looks it can be used for import from csv. and etc.
Thanks