Ice_Knight
New Member
Pikapika, pikachu. pika?
Posts: 46
inherit
269419
0
Oct 15, 2024 9:03:17 GMT -8
Ice_Knight
Pikapika, pikachu. pika?
46
May 2024
cookieknight
|
Post by Ice_Knight on May 31, 2024 17:03:05 GMT -8
Forum URL: gamemafia.boards.netI am trying to build my own affiliate table for the Main Footer of my forum but I can't get the Auto Form to make extra slots for the number of affiliates i want. is there a code so that when you make it so extra affiliate slots open up as I use them? please and thank you. --Ice_Knight
|
|
inherit
231765
0
Nov 25, 2024 22:22:28 GMT -8
Dante
Demons, superhumans. Meh. Same crap, different day.
712
May 2016
zookeeper
|
Post by Dante on May 31, 2024 17:30:07 GMT -8
Each time you start to fill out the 'auto-form' a new one should appear.
|
|
Ice_Knight
New Member
Pikapika, pikachu. pika?
Posts: 46
inherit
269419
0
Oct 15, 2024 9:03:17 GMT -8
Ice_Knight
Pikapika, pikachu. pika?
46
May 2024
cookieknight
|
Post by Ice_Knight on May 31, 2024 17:37:46 GMT -8
Each time you start to fill out the 'auto-form' a new one should appear. I know that what i meant was extra slots on the table I coded for affiliates itself not the form. the multiple outputs at the same time are competing for the same spot and breaking the code.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on May 31, 2024 19:04:51 GMT -8
Each time you start to fill out the 'auto-form' a new one should appear. I know that what i meant was extra slots on the table I coded for affiliates itself not the form. the multiple outputs at the same time are competing for the same spot and breaking the code. Autoforms are basically an array, so you'll need to iterate through each form via a for loop to increment the index. Without seeing the autoform and the code, it's almost impossible to tell you exactly where you need to do this.
|
|
Ice_Knight
New Member
Pikapika, pikachu. pika?
Posts: 46
inherit
269419
0
Oct 15, 2024 9:03:17 GMT -8
Ice_Knight
Pikapika, pikachu. pika?
46
May 2024
cookieknight
|
Post by Ice_Knight on Jun 1, 2024 3:25:25 GMT -8
I used the foreach code to complete the table, thank you for your help!
|
|