Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6692605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:53:12+00:00 2026-05-26T05:53:12+00:00

Hello everybody and thanks for interest some time ago i have started to use

  • 0

Hello everybody and thanks for interest

some time ago i have started to use Drupal, but i am not best programmer, i am learning to be, and now i have one little issue.
I am using Drupal 6 and Webform module, where i want to add possibility to webform-results table – what i need is to add row to results table which after click will change submission nid – update mysql webform_submissions table nid to predefined value. (change nid from 21 to 23)

i found webform.result.inc and webform_handler_filed_submission_link.inc files, which displays result table, but i don’t knnow how to add this function.

Is it possible and can you somebody help me?
I will be very thankful!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:53:13+00:00Added an answer on May 26, 2026 at 5:53 am

    A database table has no ‘click’ event (don’t even know where to start correcting that), if you want to change the nid in webform_results just run this query:

    // Drupal 6
    db_query('UPDATE {webform_results} SET nid = %d WHERE nid = %d', $new_nid, $old_nid);
    
    // Drupal 7
    db_update('webform_results')->fields(array('nid' => $new_nid))->condition('nid' => $old_nid)->execute();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello everybody and thanks for your time. I'm developing some kind of monitoring application
Hello everybody I have some certs in SQL 2008 but am by no means
Hello! I've been programming for a long time but just started developing for android,
Hello everybody and thanks for reading. I have this html; <i class=icon-plus icon-white> Test
Hello everybody and thanks for taking the time to read this ; I was
Lets say I have some code: <?php echo Hello Everybody!; echo <br/> ; $var1
Hello everybody my linq to sql selection does not working on dateTime field for
Hello everybody i have C++ tStringGrid I want to get string from specific cell
hello everybody i have a listbox within which is a datatemplate.Inside it is checkbox,textbox,label...Wat
Hello everybody! I have a SQL (see above) and i would like to know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.