Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    My apologize by me ignorance, but could you describe the process, please?

    Best regards.

    Thread Starter swami12

    (@swami12)

    Sure! Site visitor enters a number of mantras ( 1 or more) and clicks Submit Your Mantra. Then, the Current Accumulation number shown below the form updates to include the latest submission.

    Does that make sense?

    I know this is somewhat unusual!

    thanks
    Nancy

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’m sorry, but I don’t understand exactly the process.

    How are uploaded the mantras, typed directly in the form fields, or as files? In case of using files, What file format would be used? After submit the form, what to do with the mantras?

    Best regards.

    Thread Starter swami12

    (@swami12)

    The actual mantras are not uploaded. The user only enters a number.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The user only enter a number, and the form shows a message. Is this all what the form does? In this case your form does not need to be submitted. You only should insert a number field (I will assume that this field is the fieldname1), and a calculated field , whose equation would be:

    IF( fieldname1, ‘Thank you for your ‘+fieldname1+’ mantras!’, ”)

    Best regards.

    Thread Starter swami12

    (@swami12)

    OK, let me try to explain this in a more clear fashion.

    Visitor to site sees:

    Chenrezig Mantra Accumulation Counter.

    The form entry field is blank. Below the form there is a total number of previously submitted repetitions of the Mantra.

    Current Accumulation: 40289540

    The visitor enters a number in the entry field, for example, “3” and clicks Submit Your Mantra.

    The Current Accumulation updates by adding 3 to the previous total. It would then say:

    Current Accumulation: 40289543

    Do you see what I mean?

    Thanks much

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’m sorry. Now, I understand your project. To use our plugin in this way will be needed the Developer version.

    You should create a new table in your database, with the number of mantras by user, and should be edited the “insertion in database” file to increase the number of mantras of logged user, for each form submission(or insert a new row in the database if the user has not entered any mantra previously), furthermore, you should use the fields with datasource connection to identify the logged user, and get the cumulative values to display in the thank you page.

    Best regards.

    Thread Starter swami12

    (@swami12)

    I think you have it, EXCEPT we don’t want to count just one user’s mantra numbers. We want to (anonymously) add to the group total. In other words, anybody can add to the total, they are not counted separately.

    FYI – I would be willing to pay for you to customize the plugin (assuming I get the job!)

    Thanks.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    If you are needing a custom coding, please, contact me through my private support page:

    https://wordpress.dwbooster.com/support

    Best regards.

    Thread Starter swami12

    (@swami12)

    Okay, I will do that when things are finalized. Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Mantra Counter’ is closed to new replies.