• I am listing rows of courses in a table. The right hand cell of each row will have a link to the contact form. Depending on which row of the table is chosen i need the form fields to fill with the data from the other cells in the row. So the user chooses the row and then sends this choice in the form.
    Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Getting Default Values from the Context

    default:get option is what you are looking for, I guess.

    Thread Starter kevinh101

    (@kevinh101)

    Many thanks for you help.. I am struggling… as you may be able to tell I am pretty much a novice at this.
    So I put a link in the right cell of the row to a page with the contact 7 form on it
    then in the contact 7 form tag I put something like [text* cell-d2 default:get] where cell-d2 is relative to the cell i linked from….. it doesent work… is there a different syntax to reference the cell or do i have to somehow pass the cell content as a variable between pages?… im a bit confused.
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pass data from the cells in the row of a table to the contact form’ is closed to new replies.